secondaryProgress property

  1. @Input()
int secondaryProgress
getter/setter pair

The "secondary" progress. Shows up behind the primary progress in a lighter color.

Implementation

@Input()
int secondaryProgress = 0;