ModernFormExpansionCard constructor

const ModernFormExpansionCard({
  1. Key? key,
  2. Widget labelWidget(
    1. bool enabled
    )?,
  3. String? label,
  4. String? labelTextHelper,
  5. Widget? child,
  6. void onTapOpen(
    1. bool
    )?,
  7. Widget? headerChild,
  8. String? subTitle,
  9. Color? subTitleColor,
  10. CrossAxisAlignment? crossAxisAlignment,
})

Implementation

const ModernFormExpansionCard({
  Key? key,
  this.labelWidget,
  this.label,
  this.labelTextHelper,
  this.child,
  this.onTapOpen,
  this.headerChild,
  this.subTitle,
  this.subTitleColor,
  this.crossAxisAlignment,
}) : super(key: key);