creatorActiveStream property
For listening to changes for whether or not the Card Creator is open.
Implementation
Stream<bool> get creatorActiveStream => _creatorActiveController.stream;
For listening to changes for whether or not the Card Creator is open.
Stream<bool> get creatorActiveStream => _creatorActiveController.stream;