isRunning property
bool
get
isRunning
isRunning Used to determine if the activeController is actively running
Implementation
bool get isRunning => activeController.actively;
isRunning Used to determine if the activeController is actively running
bool get isRunning => activeController.actively;