GDateTextFormField class

Create a date text form field.

Inheritance

Constructors

GDateTextFormField({Key? key, String? labelText, DateTime? initialValue, TextEditingController? controller, TextInputAction? textInputAction, void onChanged(DateTime? value)?, void onSaved(DateTime? value)?, void onTap()?, bool readOnly = false, bool autocorrect = true, bool autofocus = false, Widget? suffixIcon, Widget? prefixIcon, String? validator(String? value, bool isValid)?, List<TextInputFormatter>? inputFormatters, Color? primaryColor, Color? primaryColorBuilder(ColorScheme)?, Color? textColor, Color? textColorBuilder(ColorScheme)?, Color? cursorColor, Color? cursorColorBuilder(ColorScheme)?})
const

Properties

autocorrect bool
Enable or disable auto correct.
final
autofocus bool
Enable or disable auto focus.
final
controller TextEditingController?
Controls the text being edited.
final
cursorColor Color?
The default color for cursorColor, selectionHandleColor and selectionColor. Note selectionHandleColor only changed on first build.
final
cursorColorBuilder → (Color? Function(ColorScheme)?)
Set cursor color using colorBuilder
final
hashCode int
The hash code for this object.
no setterinherited
initialValue DateTime?
The initial value of GDateTextFormField.
final
inputFormatters List<TextInputFormatter>?
Input formatter.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
labelText String?
Text that describes the input field.
final
onChanged → (void Function(DateTime? value)?)
A callback after this field value changed.
final
onSaved → (void Function(DateTime? value)?)
A callback after form save() called.
final
onTap → (void Function()?)
A callback after the user tap this widget.
final
prefixIcon Widget?
A widget to display before the input area.
final
primaryColor Color?
Set primary color.
final
primaryColorBuilder → (Color? Function(ColorScheme)?)
Set primary color using colorBuilder
final
readOnly bool
If true, set this field as read only.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffixIcon Widget?
A widget to display after the input area.
final
textColor Color?
Set hintText and Text color.
final
textColorBuilder → (Color? Function(ColorScheme)?)
Set text color using colorBuilder
final
textInputAction TextInputAction?
An action the user has requested the text input control to perform.
final
validator → (String? Function(String? value, bool isValid)?)
A callback after form validate() called.
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
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
getDateTimeFromString(String datePattern, String value) DateTime?
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