VitTableColumn class
Constructors
- VitTableColumn({required Widget title, void onSort(bool asc)?, double width = 150, int? flex, int priority = 1, EdgeInsets cellsPadding = const EdgeInsets.symmetric(horizontal: 12, vertical: 8)})
Properties
- cellsPadding → EdgeInsets
-
final
- flex → int?
-
Indicates that the column can be expanded if there are extra horizontal
space.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onSort → void Function(bool asc)?
-
final
- priority → int
-
Used to hide columns.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → Widget
-
final
- width → double
-
The width of the column.
final
Methods
-
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