menu
ngcomponents package
documentation
material_progress/material_progress.dart
MaterialProgressComponent
max property
max property
dark_mode
light_mode
max
property
@Input()
int
max
getter/setter pair
The maximum progress value.
Defaults to 100.
Implementation
@Input() int max = 100;
ngcomponents package
documentation
material_progress/material_progress
MaterialProgressComponent
max property
MaterialProgressComponent class