NumberColumn<M extends Object> class

Inheritance

Constructors

NumberColumn({required Widget label, required num? value(M model), double width = 100, bool fixed = false, EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: kXSSize), Decoration? decoration, String nullValuePlaceholder = '-', String? format(num)?})
const

Properties

contentPadding EdgeInsets
finalinherited
decoration Decoration?
finalinherited
fixed bool
finalinherited
format → (String? Function(num)?)
final
hashCode int
The hash code for this object.
no setterinherited
label Widget
finalinherited
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 setteroverride
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 num? 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