ZetaCardHeader constructor

const ZetaCardHeader({
  1. Key? key,
  2. String? title,
  3. String? description,
  4. required bool isRequired,
  5. int headerMaxLines = 2,
})

Constructs a ZetaCardHeader.

Implementation

const ZetaCardHeader({super.key, this.title, this.description, required this.isRequired, this.headerMaxLines = 2});