menu
ignis
ignis.dart
ControlledEffect
isReverse property
isReverse
dark_mode
light_mode
isReverse
property
bool
get
isReverse
Whether this effect is running in the reverse direction.
Implementation
bool get isReverse => !_forward;
ignis
ignis
ControlledEffect
isReverse property
ControlledEffect class