TextFieldTemplate class
use class "ValidatorTemplate" to change type of input field "name, email,..etc"
- Annotations
-
- @Deprecated("Used class `TextFieldStateLessFastor()` instead")
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
t(
{FormFieldValidator< String> ? validator, AutovalidateMode? autovalidateMode, String? error_text = "Missed", String? hint_text, Color? text_color, double? fontSize, Color? hint_color, bool isRemoveUnderline = false, bool? isShowBoarder, Color? background_color, Decoration? decoration, EdgeInsets? padding, EdgeInsets? margin, TextEditingController? controller, ValueChanged<String> ? onChanged, TextInputType? keyboardType, bool obscureText = false, double? width, int? maxLength, int? maxLines, int? minLines, TextAlign? textAlign, FocusNode? focusNode, Widget? prefixIcon}) → Widget