BTContainer constructor
const
BTContainer({})
Implementation
const BTContainer({
required this.child,
super.key,
this.sm = false,
this.md = false,
this.lg = false,
this.xl = false,
this.xxl = false,
this.fluid = false,
this.margin,
});