CustomLinearProgressIndicator constructor

const CustomLinearProgressIndicator({
  1. Key? key,
})

Implementation

const CustomLinearProgressIndicator({Key? key}) : super(key: key);