LineBar copyWith({ double? pointY, String? label, }) { return LineBar( pointY: pointY ?? this.pointY, label: label ?? this.label, ); }