CyberSpeedBanner constructor
const
CyberSpeedBanner({
- Key? key,
- Color? backgroundColor,
- EdgeInsets? padding,
- bool showDismissButton = true,
Implementation
const CyberSpeedBanner({
super.key,
this.backgroundColor,
this.padding,
this.showDismissButton = true,
});