InputStyle class

Input field styling presets Use like: ArcaneTextInput(style: InputStyle.filled)

Constructors

InputStyle.custom({required Map<String, String> base, Map<String, String> focus = const {}, Map<String, String> error = const {}, Map<String, String> disabled = const {}})
Create a custom input style
const

Properties

base Map<String, String>
final
disabled Map<String, String>
final
error Map<String, String>
final
focus Map<String, String>
final
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

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