PriorityTab({ String? name, bool isSelected = false, num? total,}){ _name = name; _isSelected = isSelected; _total = total; }