EditableTableDataCell constructor
const
EditableTableDataCell({
- Key? key,
- required CellEntity cellEntity,
- required double cellWidth,
- EdgeInsetsGeometry? cellContentPadding,
- EdgeInsetsGeometry? cellInputDecorationContentPadding,
- TextStyle? cellHintTextStyle,
- InputBorder? cellInputDecorationBorder,
- InputBorder? cellInputDecorationFocusBorder,
- TextStyle? cellTextStyle,
- AutovalidateMode? formFieldAutoValidateMode,
- bool readOnly = false,
- TableFiledFilled? onFilling,
- TableFiledFilled? onSubmitted,
Implementation
const EditableTableDataCell({
Key? key,
required this.cellEntity,
required this.cellWidth,
this.cellContentPadding,
this.cellInputDecorationContentPadding,
this.cellHintTextStyle,
this.cellInputDecorationBorder,
this.cellInputDecorationFocusBorder,
this.cellTextStyle,
this.formFieldAutoValidateMode,
this.readOnly = false,
this.onFilling,
this.onSubmitted,
}) : super(key: key);