DatePickerControl class

Inheritance
Available Extensions

Constructors

DatePickerControl({Key? key, FormValueChanged<DateTime?>? onChange, DateTime? initialValue, String? placeholder, bool? adaptive, required Formatter<DateTime> formatter, bool? autofocus = false, String? label, bool? enabled = true, FocusNode? focusNode, String? initialSelection})
const
DatePickerControl.ofDateTimeField({required SunnyFormFieldState<DateTime> state, String? placeholder, bool autofocus = false, TextInputAction? textInputAction, bool dateOnly = false, bool useToday = true})
factory

Properties

adaptive bool?
final
autofocus bool?
final
enabled bool?
final
focusNode FocusNode?
final
formatter → Formatter<DateTime>
final
hashCode int
The hash code for this object.
no setterinherited
initialSelection String?
If the text of the selection is different than the formatted date
final
initialValue DateTime?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
label String?
final
onChange FormValueChanged<DateTime?>?
final
placeholder String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _DatePickerControlState
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

Static Methods

ofFormField<T extends Object>({String? placeholder, required SunnyFormFieldState<T> state, required Mapping<T?, DateTime?> toResult, required Mapping<DateTime?, T?> fromResult, required Formatter<T?> formatter, bool? autofocus, bool? adaptive, TextInputAction? textInputAction}) DatePickerControl
Convenience for the different form field constructors