SuperchargeView constructor

const SuperchargeView({
  1. Key? key,
  2. required SuperchargeConfig superchargeConfig,
})

Implementation

const SuperchargeView({
  Key? key,
  required this.superchargeConfig,
}) : super(key: key);