ProgressBar constructor

const ProgressBar({
  1. Key? key,
  2. Color? color,
})

Implementation

const ProgressBar({super.key, this.color});