SmoothTextFormField class Null safety

Constructors

SmoothTextFormField({dynamic key, required TextFieldTypes type, required dynamic controller, bool? enabled, dynamic textInputAction, String? validator(String?)?, Iterable<String>? autofillHints, dynamic textColor, dynamic backgroundColor, required String hintText, double? hintTextFontSize, dynamic prefixIcon, dynamic textInputType, void onChanged(String?)?})
const

Properties

autofillHints Iterable<String>?
final
backgroundColor → dynamic
final
controller → dynamic
final
enabled bool?
final
hashCode int
The hash code for this object. [...]
read-only, inherited
hintText String
final
hintTextFontSize double?
final
onChanged → (void Function?(String?)?)
final
prefixIcon → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
textColor → dynamic
final
textInputAction → dynamic
final
textInputType → dynamic
final
type TextFieldTypes
final
validator → (String? Function?(String?)?)
final

Methods

createState() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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