EditableTableFooter constructor
const
EditableTableFooter({
- Key? key,
- AutovalidateMode? formFieldAutoValidateMode,
- bool readOnly = false,
- TableFiledFilled<
String> ? onFilling, - TableFiledFilled<
String> ? onSubmitted,
Implementation
const EditableTableFooter({
Key? key,
required this.footerLayoutEntity,
required this.footerWidth,
this.footerPadding,
this.footerBorder,
this.footerTextStyle,
this.footerHintTextStyle,
this.footerInputDecorationContentPadding,
this.footerInputDecorationBorder,
this.footerInputDecorationFocusBorder,
this.formFieldAutoValidateMode,
this.readOnly = false,
this.onFilling,
this.onSubmitted,
}) : super(key: key);