bind method
Implementation
CellBlockSemantics bind({
ValueCell<bool>? blocking,
ValueCell<Widget?>? child,
}) =>
CellBlockSemantics(
blocking: blocking ?? this.blocking,
child: child ?? this.child,
);
CellBlockSemantics bind({
ValueCell<bool>? blocking,
ValueCell<Widget?>? child,
}) =>
CellBlockSemantics(
blocking: blocking ?? this.blocking,
child: child ?? this.child,
);