percentText property

String percentText

Returns the completed percent in textual form, with a % sign

Implementation

String get percentText => "${(percent * 100).round()}%";