DateColumn<M extends Object> class

Inheritance

Constructors

DateColumn({required DateTime? value(M model), required Widget label, String dateFormat = 'dd/MM/yyyy', double width = 180, bool fixed = false, EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: kXSSize), Decoration? decoration, String nullValuePlaceholder = '-'})
const

Properties

contentPadding EdgeInsets
finalinherited
dateFormat String
final
decoration Decoration?
finalinherited
fixed bool
finalinherited
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 DateTime? 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