Task copyWith({ int? fontStyle, String? fontColor, }) => Task( fontStyle: fontStyle ?? this.fontStyle, fontColor: fontColor ?? this.fontColor, );