FlavorBanner constructor

const FlavorBanner({
  1. Key? key,
  2. Widget? child,
  3. Color? color,
  4. BannerLocation? location,
})

Implementation

const FlavorBanner({
  Key? key,
  this.child,
  this.color,
  this.location,
}) : super(key: key);