copyWith method
Implementation
FBar copyWith({double? value, DefaultBarConfig? config}) =>
FBar(value ?? this.value, config ?? this.config);
FBar copyWith({double? value, DefaultBarConfig? config}) =>
FBar(value ?? this.value, config ?? this.config);