bind method
Implementation
CellAspectRatio bind({
ValueCell<double>? aspectRatio,
ValueCell<Widget?>? child,
}) =>
CellAspectRatio(
aspectRatio: aspectRatio ?? this.aspectRatio,
child: child ?? this.child,
);
CellAspectRatio bind({
ValueCell<double>? aspectRatio,
ValueCell<Widget?>? child,
}) =>
CellAspectRatio(
aspectRatio: aspectRatio ?? this.aspectRatio,
child: child ?? this.child,
);