EditableTextColumn<M extends Object> class

Inheritance

Constructors

EditableTextColumn({required Widget label, required String? value(M model), required FutureOr<M?> onChanged(M model, String value), List<TextInputFormatter>? inputFormatters, double width = 350, EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: kXSSize), Decoration? decoration})
const

Properties

contentPadding EdgeInsets
finalinherited
decoration Decoration?
finalinherited
fixed bool
finalinherited
hashCode int
The hash code for this object.
no setterinherited
inputFormatters List<TextInputFormatter>?
final
label Widget
finalinherited
nullValuePlaceholder String
finalinherited
numeric bool
finalinherited
onChanged FutureOr<M?> Function(M model, String value)
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
value String? Function(M model)
final
width double
finalinherited

Methods

contentBuilder(BuildContext context, M model, ItemPosition position, TableController<M> controller) Widget
inherited
labelBuilder(BuildContext context) Widget
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited