menu
rust_core package
documentation
cell.dart
BoolCellExtensions
not method
not method
dark_mode
light_mode
not
method
void
not
(
)
"!" on the inner bool value. e.g. val = !val;
Implementation
void not() { _val = !_val; }
rust_core package
documentation
cell
BoolCellExtensions
not method
BoolCellExtensions extension on
Cell
<
bool
>