OudsTextInputControlStateDeterminer class

A class that determines the state of the OudsTextInput.

Constructors

OudsTextInputControlStateDeterminer.new({required bool enabled, bool isHovered = false, bool isPressed = false, bool isReadOnly = false, bool isFocused = false, bool isLoading = false})

Properties

enabled bool
final
hashCode int
The hash code for this object.
no setterinherited
isFocused bool
final
isHovered bool
final
isLoading bool
final
isPressed bool
final
isReadOnly bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

determineControlState() OudsTextInputControlState
Determines the current material state of the control.
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