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