DateRangePickerTableFilter class

Inheritance

Constructors

DateRangePickerTableFilter({InputDecoration? decoration, DateFormat? dateFormat, required DateTime firstDate, required DateTime lastDate, required String chipFormatter(DateTimeRange value), required String id, required String title, DateTimeRange? defaultValue})
const

Properties

chipFormatter String Function(DateTimeRange value)
finalinherited
dateFormat → DateFormat?
final
decoration InputDecoration?
final
defaultValue DateTimeRange?
finalinherited
firstDate DateTime
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
lastDate DateTime
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
finalinherited
visible bool
finalinherited

Methods

buildPicker(BuildContext context, TableFilterState state) Widget
override
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