OudsControlItemStateDeterminer class

A class that determines the state of the item.

Constructors

OudsControlItemStateDeterminer.new({required bool enabled, required bool isPressed, required bool isHovered, required bool isReadOnly})

Properties

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

Methods

determineControlItemState() OudsControlItemState
Determines the current material state of the control item.
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