percentText property
String
get
percentText
Returns the completed percent in textual form, with a % sign
Implementation
String get percentText => "${(percent * 100).round()}%";
Returns the completed percent in textual form, with a % sign
String get percentText => "${(percent * 100).round()}%";