enable property

ValueNotifier<bool> enable
final

Implementation

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