menu
live_cells package
documentation
live_cell_widgets.dart
CellCenter
CellCenter const constructor
CellCenter const constructor
dark_mode
light_mode
CellCenter
constructor
const
CellCenter
(
{
Key
?
key
,
ValueCell
<
double
?
>
?
widthFactor
,
ValueCell
<
double
?
>
?
heightFactor
,
ValueCell
<
Widget
?
>
?
child
,
})
Implementation
const CellCenter({ super.key, this.widthFactor, this.heightFactor, this.child, });
live_cells package
documentation
live_cell_widgets
CellCenter
CellCenter const constructor
CellCenter class