creatorActiveStream property

Stream<bool> creatorActiveStream

For listening to changes for whether or not the Card Creator is open.

Implementation

Stream<bool> get creatorActiveStream => _creatorActiveController.stream;