EditableTableCaption constructor
const
EditableTableCaption({
- Key? key,
- AutovalidateMode? formFieldAutoValidateMode,
- bool readOnly = false,
- TableFiledFilled<
String> ? onFilling, - TableFiledFilled<
String> ? onSubmitted,
Implementation
const EditableTableCaption({
Key? key,
required this.captionLayoutEntity,
required this.captionWidth,
this.captionBorder,
this.captionPadding,
this.captionTextStyle,
this.captionHintTextStyle,
this.captionInputDecorationContentPadding,
this.captionInputDecorationBorder,
this.captionInputDecorationFocusBorder,
this.formFieldAutoValidateMode,
this.readOnly = false,
this.onFilling,
this.onSubmitted,
}) : super(key: key);