AppleLinearProgressIndicator constructor

const AppleLinearProgressIndicator({
  1. Key? key,
  2. required AnimationController controller,
})

Implementation

const AppleLinearProgressIndicator({super.key, required this.controller});