InputStyle class
Input field styling presets Use like: ArcaneTextInput(style: InputStyle.filled)
Constructors
Properties
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
Constants
- filled → const InputStyle
- Filled input (no border, background fill)
- ghost → const InputStyle
- Ghost input (minimal styling)
- standard → const InputStyle
- Standard input with border