isPaused property

bool get isPaused

是否已暂停

Implementation

bool get isPaused => _state?.isPaused ?? false;