text property
String
get
text
Returns the progress as a text string in the format "completed/total"
Implementation
String get text => '$completed/$total';
Returns the progress as a text string in the format "completed/total"
String get text => '$completed/$total';