DefaultTextFormFieldImpl class

Implemented types

Constructors

DefaultTextFormFieldImpl(FrontEndStyle theFontEndStyle)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theFontEndStyle FrontEndStyle
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
textField(AppModel app, BuildContext context, {required bool readOnly, String? initialValue, FormFieldValidator<String>? validator, TextInputType? keyboardType, IconData? icon, String? labelText, String? hintText, int? maxLines, ValueChanged<String>? onChanged, TextEditingController? textEditingController, TextAlign? textAlign, TextInputAction? textInputAction, ValueChanged<String>? onSubmitted, TextEditingController? controller}) Widget
override
textFormField(AppModel app, BuildContext context, {required bool readOnly, String? initialValue, FormFieldValidator<String>? validator, TextInputType? keyboardType, IconData? icon, String? labelText, String? hintText, int? maxLines, ValueChanged<String>? onChanged, TextEditingController? textEditingController}) Widget
override
toString() String
A string representation of this object.
inherited

Operators

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