menu
elbe package
documentation
bit/bit/bit_control.dart
BitControl<M, V, L>
effect method
effect method
dark_mode
light_mode
effect
method
void
effect
(
BitState
<
M
,
L
>
state
)
Gets called whenever the state of the bit changes.
Implementation
void effect(BitState<M, L> state) {}
elbe package
documentation
bit/bit/bit_control
BitControl<M, V, L>
effect method
BitControl class