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