LoadingPercent constructor

const LoadingPercent(
  1. int total, {
  2. Key? key,
})

Implementation

const LoadingPercent(this.total, {Key? key}):super(key:key);