BambooBreakPoint constructor
const
BambooBreakPoint({})
Implementation
const BambooBreakPoint({
super.key,
required Widget child,
this.mobile = 576,
this.tablet = 768,
this.desktop = 1280,
}) : super(child: child);