menu
live_cells_core package
documentation
live_cells_core.dart
BoolValueChangeExtension extension
BoolValueChangeExtension extension
dark_mode
light_mode
BoolValueChangeExtension
extension
Provides functionality for waiting until the value of a
bool
cell is true or false.
on
ValueCell
<
bool
>
Methods
untilFalse
(
)
→
Future
<
void
>
Returns a
Future
that completes when the value of this cell is false.
untilTrue
(
)
→
Future
<
void
>
Returns a
Future
that completes when the value of this cell is true.
live_cells_core package
documentation
live_cells_core
BoolValueChangeExtension extension
live_cells library