StageTab copyWith({ String? task, num? total, bool isSelected = false, }) => StageTab( task: task ?? _task, total: total ?? _total, isSelected: isSelected ?? _isSelected, );