TextColumn<M extends Object> class

Inheritance

Constructors

TextColumn({required Widget label, required String? value(M model), int? maxLines, bool numeric = false, double width = 350, bool fixed = false, EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: kXSSize), Decoration? decoration, String nullValuePlaceholder = '-'})
const

Properties

contentPadding EdgeInsets
finalinherited
decoration Decoration?
finalinherited
fixed bool
finalinherited
hashCode int
The hash code for this object.
no setterinherited
label Widget
finalinherited
maxLines int?
final
nullValuePlaceholder String
finalinherited
numeric bool
finalinherited
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