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