CubeNavigation mixin

Created by

─▄▀─▄▀ ──▀──▀ █▀▀▀▀▀█▄ █░░░░░█─█ ▀▄▄▄▄▄▀▀

Rafaelbarbosatec on 14/02/22

Superclass Constraints

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addOnActionListener<T extends Cube>(OnActionChanged<T, CubeAction>? listener) → void
Add OnActionListener
inherited
dispose() → void
called when the cube is destroyed
inherited
listen<T>(ObservableValue<T> observableValue, ValueChanged<T> listener) → void
Uses to listen ObservableValue inner Cube
inherited
listenActions(ValueChanged<CubeAction> listener) → void
Uses to listen CubeAction sended to view
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onReady(Object? arguments) Future<void>
called when the view is ready arguments if passed through CubeBuilder, if not, get arguments from ModalRoute.of(context).settings.arguments;
inherited
removeOnActionListener<T extends Cube>(OnActionChanged<T, CubeAction>? listener) → void
Remove OnActionListener
inherited
runDebounce(dynamic identify, VoidCallback call, {Duration duration = const Duration(milliseconds: 400)}) → void
Uses to apply debounce.
inherited
sendAction(CubeAction action) → void
Method to send anything to view
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited