trpp
note
CustomTextField
CustomTextField constructor
CustomTextField
trpp
note
CustomTextField
CustomTextField constructor
CustomTextField class
Constructors
CustomTextField
Properties
controller
hashCode
hintText
key
maxLines
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
CustomTextField
constructor
CustomTextField
(
{
int
maxLines
,
String
hintText
,
TextEditingController
controller
}
)
Implementation
CustomTextField({this.maxLines, this.hintText, this.controller});