A progress percentage display (e.g., "50%").
const factory StatusItem.progress(int current, int total) = _ProgressStatusItem;