SuperchargeConfigOptionsStyle constructor

SuperchargeConfigOptionsStyle({
  1. String? appName,
  2. Map<String, String>? colors,
  3. String? locale = 'en',
  4. String? theme = 'light',
})

Implementation

SuperchargeConfigOptionsStyle({
  this.appName,
  this.colors,
  this.locale = 'en',
  this.theme = 'light',
});