GiantToadProgressBar constructor

const GiantToadProgressBar({
  1. required double value,
  2. Key? key,
})

Implementation

const GiantToadProgressBar({required this.value, super.key});