OptimusDateInputField class

A FormField meant to be used for the user to enter a date.

The input is defined by the mask. The mask and placeholder will be generated from the format. Input is limited to digits only, which are retrieved from the format.

Inheritance

Constructors

OptimusDateInputField({Key? key, ValueChanged<DateTime?>? onSubmitted, required DateFormat format, String? label, String? error, Widget? caption, Widget? helperMessage, OptimusWidgetSize size = OptimusWidgetSize.large, bool isEnabled = true, DateTime? value, bool isClearAllEnabled = false, ValueChanged<DateTime?>? onChanged, TextInputAction? textInputAction, bool isRequired = false, FocusNode? focusNode, VoidCallback? onTap})
const

Properties

caption Widget?
final
error String?
final
focusNode FocusNode?
An optional focus node to use as the focus node for this widget.
final
format DateFormat
Format of the date. It will define the placeholder and the separator.
final
hashCode int
The hash code for this object.
no setterinherited
helperMessage Widget?
final
isClearAllEnabled bool
final
isEnabled bool
final
isRequired bool
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
label String?
final
onChanged ValueChanged<DateTime?>?
Called when the user initiates a change to the TextField's value: when they have inserted or deleted text.
final
onSubmitted ValueChanged<DateTime?>?
Function to be called when the user submits the form.
final
onTap VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size OptimusWidgetSize
The widget size. By default OptimusWidgetSize.large.
final
textInputAction TextInputAction?
final
value DateTime?
The value of the input.
final

Methods

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