FlavorBannerConfig constructor

FlavorBannerConfig(
  1. String name, {
  2. bool isProduction = false,
  3. Color color = Colors.blue,
})

Implementation

FlavorBannerConfig(this.name,
    {this.isProduction = false, this.color = Colors.blue});