BsContainer constructor
const
BsContainer({
- Key? key,
- required Widget child,
- BsContainerType type = BsContainerType.fixed,
- EdgeInsets? padding,
Creates a BsContainer widget.
Implementation
const BsContainer({
super.key,
required this.child,
this.type = BsContainerType.fixed,
this.padding,
});