DialogTextField class

Constructors

DialogTextField({String? label, String? value, String? hint, dynamic onChanged(String)?, dynamic onEditingComplete(String)?, bool valueAutoSelected = false, String? validator(String?)?, bool obscureText = false, int minLines = 1, int maxLines = 1, TextInputType? textInputType, TextCapitalization? textCapitalization, TextAlign textAlign = TextAlign.start, String? helperText, InputBorder? inputBorder, TextStyle? textStyle, Widget? prefixIcon})

Properties

hashCode int
The hash code for this object.
no setterinherited
helperText String?
final
hint String?
final
inputBorder InputBorder?
final
label String?
final
maxLines int
final
minLines int
final
obscureText bool
final
onChanged → (dynamic Function(String)?)
final
onEditingComplete → (dynamic Function(String)?)
final
prefixIcon Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlign TextAlign
final
textCapitalization TextCapitalization?
final
textInputType TextInputType?
final
textStyle TextStyle?
final
validator → (String? Function(String?)?)
final
value String?
final
valueAutoSelected bool
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