SandboxBanner constructor
const
SandboxBanner({})
Implementation
const SandboxBanner({
required this.child,
required this.isSandbox,
super.key,
this.color = Colors.orange,
this.message = 'sandbox',
});
const SandboxBanner({
required this.child,
required this.isSandbox,
super.key,
this.color = Colors.orange,
this.message = 'sandbox',
});