SuperchargeConfigOptions constructor

SuperchargeConfigOptions({
  1. SuperchargeConfigOptionsCallbacks? callbacks,
  2. SuperchargeConfigOptionsSelection? selection,
  3. SuperchargeConfigOptionsStyle? style,
})

Implementation

SuperchargeConfigOptions({
  this.callbacks,
  this.selection,
  this.style,
});