ProgressTrackerState constructor

const ProgressTrackerState({
  1. required int total,
  2. int completed = 0,
})

Implementation

const ProgressTrackerState({required this.total, this.completed = 0});