DoubleFilterRules<TItem extends Object> class

Inheritance

Constructors

DoubleFilterRules({String? hintText, double? minValue, double? maxValue, int decimalPlaces = 2, FilterCriteria<double>? criteria})

Properties

criteria ↔ FilterCriteria<double>?
getter/setter pairinherited
decimalPlaces int
final
hashCode int
The hash code for this object.
no setterinherited
hintText String
final
maxValue double?
final
minValue double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showFilter(GridColumn<TItem, double> definition, ResponsiveDataGridState<TItem> grid) DataGridDoubleColumnFilter<TItem>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited