DialogTextField class

Annotations

Constructors

DialogTextField({String? initialText, String? hintText, bool obscureText = false, FormFieldValidator<String>? validator, TextInputType? keyboardType, String? prefixText, String? suffixText, int? minLines, int maxLines = 1})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hintText String?
final
initialText String?
final
keyboardType TextInputType?
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
suffixText String?
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