ArcaneSectionHeader.left constructor

const ArcaneSectionHeader.left({
  1. String? label,
  2. required String heading,
  3. String? description,
  4. String? descriptionMaxWidth,
  5. String? marginBottom,
  6. String? labelColor,
  7. String? headingColor,
  8. String? descriptionColor,
  9. Key? key,
})

Implementation

const ArcaneSectionHeader.left({
  this.label,
  required this.heading,
  this.description,
  this.descriptionMaxWidth,
  this.marginBottom,
  this.labelColor,
  this.headingColor,
  this.descriptionColor,
  super.key,
}) : align = SectionHeaderAlign.left;