StatusItem.progress constructor

const StatusItem.progress(
  1. int current,
  2. int total
)

A progress percentage display (e.g., "50%").

Implementation

const factory StatusItem.progress(int current, int total) =
    _ProgressStatusItem;