BambooHidden constructor
const
BambooHidden({})
Implementation
const BambooHidden({
super.key,
required this.child,
this.desktop = true,
this.tablet = true,
this.mobile = true,
this.large = true,
});
const BambooHidden({
super.key,
required this.child,
this.desktop = true,
this.tablet = true,
this.mobile = true,
this.large = true,
});