ExpandedControlsProgress constructor
const
ExpandedControlsProgress({
- Key? key,
- required ExpandedControlsProgressController controller,
Implementation
const ExpandedControlsProgress({
Key? key,
required this.controller,
}) : super(key: key);