formattedProgress property

String get formattedProgress

Implementation

String get formattedProgress => '${(progress * 100).toStringAsFixed(0)}%';