state property

ValueNotifier<bool> state
final

Implementation

final state = ValueNotifier<bool>(false);