DatepickerViewState class

Constructors

DatepickerViewState()

Properties

cont TextEditingController?
getter/setter pair
date String?
getter/setter pair
focusNode FocusNode?
getter/setter pair
format String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
oldValue String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context) Widget
didUpdateWidget(DatepickerView oldWidget) → void
dispose() → void
initState() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChange(String d) → void
onClear() → void
onModelChange(WidgetModel model, {String? property, dynamic value}) → dynamic
Callback function for when the model changes, used to force a rebuild with setState()
onTextEditingController() → dynamic
show() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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