Flic2ButtonUpOrDown class

a class to contain all the information about the up / down press of a connected flic 2 button

Constructors

Flic2ButtonUpOrDown({required Flic2Button button, required bool isDown})
constructor
const

Properties

button Flic2Button
the button pressed
final
hashCode int
The hash code for this object.
no setterinherited
isDown bool
Whether the button was pressed down or released.
final
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