paused property

ValueNotifier<bool> paused
final

Implementation

final ValueNotifier<bool> paused = ValueNotifier<bool>(true);