state property

Displays the actual state of the controller regarding the animation.

Implementation

FlameSplashControllerState get state => _state;
  1. @internal
void state=(FlameSplashControllerState newState)

Implementation

@internal
set state(FlameSplashControllerState newState) => _state = newState;