copyWith method
Implementation
AccentUnderNode copyWith({
EquationRowNode? base,
String? label,
}) =>
AccentUnderNode(
base: base ?? this.base,
label: label ?? this.label,
);
AccentUnderNode copyWith({
EquationRowNode? base,
String? label,
}) =>
AccentUnderNode(
base: base ?? this.base,
label: label ?? this.label,
);