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