NumColumn<TItem extends Object> class

Inheritance

Constructors

NumColumn({required String fieldName, ColumnHeader? header, Widget? customFieldWidget(TItem row)?, required num? value(TItem row), NumFilterRules<TItem>? filterRules, OrderDirections sortDirection = OrderDirections.notSet, String? format, double? width, double? minWidth, double? maxWidth, int? xlCols, int? largeCols, int? mediumCols, int? smallCols, int? xsCols, TextStyle? textStyle, Color? backgroundColor, Color? foregroundColor, Color? accentColor, AlignmentGeometry alignment = Alignment.centerLeft})

Properties

accentColor Color?
finalinherited
alignment AlignmentGeometry?
finalinherited
backgroundColor Color?
finalinherited
customFieldWidget → (Widget? Function(TItem row)?)
finalinherited
fieldName String
finalinherited
filterRules FilterRules<TItem, DataGridColumnFilter<TItem, num>, num>
getter/setter pairinherited
foregroundColor Color?
finalinherited
format String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
finalinherited
largeCols int?
finalinherited
maxWidth double?
finalinherited
mediumCols int?
finalinherited
minWidth double?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallCols int?
finalinherited
sortDirection ↔ OrderDirections
getter/setter pairinherited
textStyle TextStyle?
finalinherited
value num? Function(TItem row)
finalinherited
width double?
finalinherited
xlCols int?
finalinherited
xsCols int?
finalinherited

Methods

getHeader(ResponsiveDataGridState<TItem> grid) 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