max property

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

The maximum progress value.

Defaults to 100.

Implementation

@Input()
int max = 100;