visibility property

ValueNotifier<bool> visibility
getter/setter pair

Implementation

ValueNotifier<bool> visibility = ValueNotifier(true);