menu
elbe package
documentation
bit/bit/bit_control.dart
BitControl<M, V, L>
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
BitState
<
M
,
L
>
>
get
stream
Implementation
Stream<BitState<M, L>> get stream => _stream != null ? _stream! : _init();
elbe package
documentation
bit/bit/bit_control
BitControl<M, V, L>
stream property
BitControl class