CyberSpeedBanner constructor

const CyberSpeedBanner({
  1. Key? key,
  2. Color? backgroundColor,
  3. EdgeInsets? padding,
  4. bool showDismissButton = true,
})

Implementation

const CyberSpeedBanner({
  super.key,
  this.backgroundColor,
  this.padding,
  this.showDismissButton = true,
});