FastDateRangePicker class

A FastFormField that shows a Material Design date range picker.

Inheritance
Annotations

Constructors

FastDateRangePicker({DateFormat? format, AutovalidateMode? autovalidateMode = AutovalidateMode.onUserInteraction, FormFieldBuilder<DateTimeRange> builder = dateRangePickerBuilder, Map<FastConditionHandler, FastConditionList>? conditions, EdgeInsetsGeometry? contentPadding, InputDecoration? decoration, bool enabled = true, String? helperText, DateTimeRange? initialValue, Key? key, String? labelText, required String name, ValueChanged<DateTimeRange?>? onChanged, VoidCallback? onReset, FormFieldSetter<DateTimeRange>? onSaved, String? restorationId, FormFieldValidator<DateTimeRange>? validator, Offset? anchorPoint, Color? barrierColor, bool barrierDismissible = true, String? barrierLabel, String? cancelText, String? confirmText, DateTime? currentDate, TransitionBuilder? dialogBuilder, String? errorFormatText, String? errorInvalidRangeText, String? errorInvalidText, String? fieldEndHintText, String? fieldEndLabelText, String? fieldStartHintText, String? fieldStartLabelText, required DateTime firstDate, String? helpText, Icon? icon, FastDateRangePickerIconButtonBuilder iconButtonBuilder = dateRangePickerIconButtonBuilder, DatePickerEntryMode initialEntryMode = DatePickerEntryMode.calendar, TextInputType keyboardType = TextInputType.datetime, Locale? locale, required DateTime lastDate, RouteSettings? routeSettings, String? saveText, Icon? switchToCalendarEntryModeIcon, Icon? switchToInputEntryModeIcon, FastDateRangePickerTextBuilder textBuilder = dateRangPickerTextBuilder, TextDirection? textDirection, TextStyle? textStyle, bool useRootNavigator = true})

Properties

adaptive bool?
null represents a non-adaptive form field widget
finalinherited
anchorPoint Offset?
final
autovalidateMode AutovalidateMode
Used to enable/disable this form field auto validation and update its error text.
finalinherited
barrierColor Color?
final
barrierDismissible bool
final
barrierLabel String?
final
builder FormFieldBuilder<DateTimeRange>
Function that returns the widget representing this form field. It is passed the form field state as input, containing the current value and validation state of this field.
finalinherited
cancelText String?
final
conditions Map<FastConditionHandler, FastConditionList>?
finalinherited
confirmText String?
final
contentPadding EdgeInsetsGeometry?
finalinherited
currentDate DateTime?
final
dateFormat → DateFormat
final
decoration InputDecoration?
finalinherited
dialogBuilder TransitionBuilder?
final
enabled bool
Whether the form is able to receive user input.
finalinherited
errorFormatText String?
final
errorInvalidRangeText String?
final
errorInvalidText String?
final
fieldEndHintText String?
final
fieldEndLabelText String?
final
fieldStartHintText String?
final
fieldStartLabelText String?
final
firstDate DateTime
final
hashCode int
The hash code for this object.
no setterinherited
helperText String?
finalinherited
helpText String?
final
icon Icon?
final
iconButtonBuilder FastDateRangePickerIconButtonBuilder
final
initialEntryMode DatePickerEntryMode
final
initialValue DateTimeRange?
An optional value to initialize the form field to, or null otherwise.
finalinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
keyboardType TextInputType
final
labelText String?
finalinherited
lastDate DateTime
final
locale Locale?
final
name String
finalinherited
onChanged ValueChanged<DateTimeRange?>?
finalinherited
onReset VoidCallback?
finalinherited
onSaved FormFieldSetter<DateTimeRange>?
An optional method to call with the final value when the form is saved via FormState.save.
finalinherited
restorationId String?
Restoration ID to save and restore the state of the form field.
finalinherited
routeSettings RouteSettings?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveText String?
final
switchToCalendarEntryModeIcon Icon?
final
switchToInputEntryModeIcon Icon?
final
textBuilder FastDateRangePickerTextBuilder
final
textDirection TextDirection?
final
textStyle TextStyle?
final
useRootNavigator bool
final
validator FormFieldValidator<DateTimeRange>?
An optional method that validates an input. Returns an error string to display if the input is invalid, or null otherwise.
finalinherited

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() FastDateRangePickerState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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