menu
live_cells package
documentation
live_cell_widgets.dart
CellBlockSemantics
CellBlockSemantics const constructor
CellBlockSemantics const constructor
dark_mode
light_mode
CellBlockSemantics
constructor
const
CellBlockSemantics
(
{
Key
?
key
,
ValueCell
<
bool
>
blocking
=
const ValueCell.value(true)
,
ValueCell
<
Widget
?
>
?
child
,
})
Implementation
const CellBlockSemantics({ super.key, this.blocking = const ValueCell.value(true), this.child, });
live_cells package
documentation
live_cell_widgets
CellBlockSemantics
CellBlockSemantics const constructor
CellBlockSemantics class