ExpandedControlsProgress constructor Null safety

const ExpandedControlsProgress(
  1. {Key? key,
  2. required ExpandedControlsProgressController controller}
)

Implementation

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