FieldDatePicker class Null safety
@FieldDatePicker() decorator. Use this with DateTime fields to input dates. All properties are optional. initialDate is set to current date if not provided. firstDate is set to current date if not provided. lastDate is set to firstDate if provided else current date if not provided.
Constructors
Properties
- autofocus → bool?
-
final
- errorFormatText → String?
-
final
- errorInvalidText → String?
-
final
- fieldHintText → String?
-
final
- fieldLabelText → String?
-
final
- firstDate → String?
-
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- initialDate → String?
-
final
- lastDate → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selectableDayPredicate → String?
-
final
Methods
-
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