LightningController class

Controller for manually triggering lightning animations.

Use this controller to programmatically start and stop lightning animations instead of relying on automatic triggers or gestures.

Constructors

LightningController()

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

animateIn() → void
Starts the lightning animation (animates the overlay in).
animateOut() → void
Starts the reverse animation (animates the overlay out).
dispose() → void
Disposes the controller and cleans up references.
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