ColumnHeaderModel<T> class
this is the each column header cell model class with Generic type T
Constructors
- ColumnHeaderModel({int? id, required String slug, required String label, int orderNumber = -1, TextAlign? textAlign, double? fixedWidth, RowFieldWidgetType columnType = RowFieldWidgetType.textWidget, T? otherData})
- constuctor
- ColumnHeaderModel.empty()
-
empty constructor
factory
Properties
- columnType → RowFieldWidgetType
-
columnType
final
- fixedWidth → double?
-
fixedWidth
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
id
final
- label → String
-
label
final
- orderNumber ↔ int
-
orderNumber
getter/setter pair
- otherData → T?
-
otherData with generic type T
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slug → String
-
slug
final
- textAlign → TextAlign?
-
textAlign
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