DatePickerTableFilter class Null safety
- Inheritance
-
- Object
- TableFilter<
DateTime> - DatePickerTableFilter
Constructors
- DatePickerTableFilter({InputDecoration? decoration, DateFormat? dateFormat, required DateTime firstDate, required DateTime lastDate, required String chipFormatter(DateTime value), required String id, required String title, DateTime? defaultValue})
-
const
Properties
- chipFormatter → String Function(DateTime value)
-
finalinherited
- dateFormat → DateFormat?
-
final
- decoration → InputDecoration?
-
final
- defaultValue → DateTime?
-
finalinherited
- firstDate → DateTime
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id → String
-
finalinherited
- lastDate → DateTime
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- title → String
-
finalinherited
- visible → bool
-
finalinherited
Methods
-
buildPicker(
BuildContext context, TableFilterState state) → Widget -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited