CartAppBar constructor
- required CartStep currentStep,
- ValueChanged<
CartStep> ? onStepChanged, - Key? key,
Implementation
const CartAppBar({
required this.currentStep,
this.onStepChanged,
super.key,
});
const CartAppBar({
required this.currentStep,
this.onStepChanged,
super.key,
});