DotGridController class
Routes programmatic triggerAt / setSelection calls into the active DotGridWidget.
Attach/detach is wired by DotGridWidget; the controller holds no animation state.
Constructors
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
-
attach(
{void trigger(Offset, Color?)?, void setSelection(Offset?, Color?)?, void setSelections(List< SelectionPoint> )?}) → void -
detach(
) → void -
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setSelection(
Offset? position, Color? color) → void -
setSelections(
List< SelectionPoint> points) → void -
toString(
) → String -
A string representation of this object.
inherited
-
triggerAt(
Offset position, {Color? color}) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited