FormattedInputTheme class
Theme configuration for FormattedInput widget styling.
Defines visual properties for formatted input components including height and padding. Applied globally through ComponentTheme or per-instance.
- Inheritance
-
- Object
- ComponentThemeData
- FormattedInputTheme
Constructors
- FormattedInputTheme({double? height, EdgeInsetsGeometry? padding})
-
Creates a FormattedInputTheme.
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- height → double?
-
The height of the formatted input.
final
- padding → EdgeInsetsGeometry?
-
Internal padding for the formatted input.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{ValueGetter< double?> ? height, ValueGetter<EdgeInsetsGeometry?> ? padding}) → FormattedInputTheme - Creates a copy of this theme with specified properties overridden.
-
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.
override