SnapdTaskProgress constructor

const SnapdTaskProgress({
  1. String label = '',
  2. int done = 0,
  3. int total = 0,
})

Implementation

const SnapdTaskProgress({this.label = '', this.done = 0, this.total = 0});