TableColumn<M extends Object> class sealed

Implementers

Constructors

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

Properties

contentPadding EdgeInsets
final
decoration Decoration?
final
fixed bool
final
hashCode int
The hash code for this object.
no setterinherited
label Widget
final
nullValuePlaceholder String
final
numeric bool
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
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
width double
final

Methods

contentBuilder(BuildContext context, M model, ItemPosition position, TableController<M> controller) Widget
labelBuilder(BuildContext context) Widget
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