copyWith method

FBar copyWith({
  1. double? value,
  2. DefaultBarConfig? config,
})

Implementation

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