BsCol constructor
const
BsCol({
- Key? key,
- required Widget child,
- BsColConfig config = const BsColConfig(),
Creates a BsCol widget.
Implementation
const BsCol({
super.key,
required this.child,
this.config = const BsColConfig(),
});