DSI_PERCENT_INDICATOR constructor

DSI_PERCENT_INDICATOR({
  1. Key? key,
  2. dynamic backgroundColor,
  3. dynamic borderradius,
  4. dynamic color,
  5. dynamic height,
  6. dynamic width,
  7. required double percentage,
})

Implementation

DSI_PERCENT_INDICATOR(
    {super.key,
    this.backgroundColor,
    this.borderradius,
    this.color,
    this.height,
    this.width,
    required this.percentage});