ModernFormExpansionCardWithEdit constructor

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

Implementation

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