menu
live_cells package
documentation
live_cell_widgets.dart
CellBaseline
CellBaseline.new const constructor
CellBaseline.new const constructor
dark_mode
light_mode
CellBaseline
constructor
const
CellBaseline
(
{
Key
?
key
,
required
ValueCell
<
double
>
baseline
,
required
ValueCell
<
TextBaseline
>
baselineType
,
ValueCell
<
Widget
?
>
?
child
,
})
Implementation
const
CellBaseline({
super
.key,
required
this
.baseline,
required
this
.baselineType,
this
.child, });
live_cells package
documentation
live_cell_widgets
CellBaseline
CellBaseline.new const constructor
CellBaseline class
Constructors
new
Properties
baseline
baselineType
child
hashCode
key
restorationId
runtimeType
Methods
bind
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==