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