DialogTextField class

Annotations

Constructors

DialogTextField({String? initialText, String? hintText, bool obscureText = false, FormFieldValidator<String>? validator, TextInputType? keyboardType, TextCapitalization textCapitalization = TextCapitalization.none, String? prefixText, String? suffixText, int? minLines, int maxLines = 1, int? maxLength, bool autocorrect = true, SpellCheckConfiguration? spellCheckConfiguration})
const

Properties

autocorrect bool
final
hashCode int
The hash code for this object.
no setterinherited
hintText String?
final
initialText String?
final
keyboardType TextInputType?
final
maxLength int?
final
maxLines int
final
minLines int?
final
obscureText bool
final
prefixText String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spellCheckConfiguration SpellCheckConfiguration?
final
suffixText String?
final
textCapitalization TextCapitalization
final
validator FormFieldValidator<String>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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