InputOTPTheme class

Theme data for customizing InputOTP widget appearance.

This class defines the visual properties that can be applied to InputOTP widgets, including spacing between OTP input fields and the height of the input containers. These properties can be set at the theme level to provide consistent styling across the application.

Constructors

InputOTPTheme.new({double? spacing, double? height})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
height double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing double?
final

Methods

copyWith({ValueGetter<double?>? spacing, ValueGetter<double?>? height}) InputOTPTheme
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