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