Individual page to be displayed and interact with arduino evnets.
Constructors
- Page(String name)
Properties
- book → Book
-
Which book we are associated with.
read / write - display → Display
-
The current display this page is associated with.
read-only - hashCode → int
-
Get a hash code for this object.…
read-only, inherited - name → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
onEvent(
PageEvent event, data) → dynamic -
Handles different events generated by the book.
-
onKnob(
KnobAction action) → dynamic -
Handles physical actions on the device.…
-
toString(
) → String -
Returns a string representation of this object.