TextFieldTemplateBase class

Annotations
  • @Deprecated("this used by old TextFieldTemplate while stopped used by TextFieldFastor")

Constructors

TextFieldTemplateBase()

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

getContainer(Widget child, double? width, EdgeInsets? margin, Decoration? decoration_background) Widget
getDecorationInput(bool? isShowBoarder, EdgeInsets padding, String? hint_text, Color hint_color, double fontSize, bool isRemoveUnderline, Widget? prefixIcon, Widget? suffixIcon, Color errorColor, AutovalidateMode autovalidateMode, String? messageBackend) InputDecoration
getDecorationInput_outlineInput(bool isShowBoarder, EdgeInsets padding, String? hint_text, Color hint_color, double fontSize, bool isRemoveUnderline, Widget? prefixIcon, Widget? suffixIcon, Color errorColor, AutovalidateMode autovalidateMode, String? messageBackend) InputDecoration
getDecorationInput_underLine(bool isShowBoarder, EdgeInsets padding, String? hint_text, Color hint_color, double fontSize, bool isRemoveUnderline, Widget? prefixIcon, Widget? suffixIcon, Color errorColor, AutovalidateMode autovalidateMode, String? messageBackend) InputDecoration
getTextValidator(String error_text, FormFieldValidator<String>? validator) FormFieldValidator<String>