InputDecorationStyle class
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
Static Methods
-
inputDecoration({String? hintText, String? labelText, String? errorMsg, int? errorMaxLines, Icon? prefixIcon, VoidCallback? onTapPrefixIcon, Icon? suffixIcon, VoidCallback? onTapSuffixIcon, TextStyle? labelStyle, TextStyle? hintStyle, TextStyle? errorStyle, bool? isUnderlined, bool? filled, Color? fillColor, double? borderRadius, Color? borderColor, double? borderWidth, InputBorder? border, EdgeInsetsGeometry? contentPadding})
→ InputDecoration
-