isStopwatchRunning property

bool isStopwatchRunning

to check stopwatch is paused or not

Implementation

bool get isStopwatchRunning => _stopwatch.isRunning;