GlProgressbar constructor

const GlProgressbar(
  1. int step, {
  2. Key? key,
})

Implementation

const GlProgressbar(this.step, {super.key});