InputThemeData class

Constructors

InputThemeData({EdgeInsetsGeometry contentPadding = const EdgeInsets.only(left: 12), InputBorder border = InputBorder.none, TextStyle hintStyle = const TextStyle(fontSize: 16, color: Color(0xFF9E9E9E)), String? hintText = "Enter your phone number", TextStyle style = const TextStyle(fontSize: 16), String? mask = "### #### ###", String obscuringCharacter = '•', bool obscureText = false})
const

Properties

border InputBorder
The shape of the border to be drawn around the InputField can be defined using the border variable.
final
contentPadding EdgeInsetsGeometry
final
hashCode int
The hash code for this object.
no setterinherited
hintStyle TextStyle
The style to use for the hintText.
final
hintText String?
Text that suggests what sort of input the field accepts.
final
mask String?
Create the mask formatter for TextField
final
obscureText bool
Whether to hide the text being edited.
final
obscuringCharacter String
Character used for obscuring text if obscureText is true. Must be only a single character.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle
The style to use for the input field contents.
final

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