copyWith method
Implementation
InputTextQuote copyWith({FormattedText? text, int? position}) =>
InputTextQuote(
text: text ?? this.text,
position: position ?? this.position,
);
InputTextQuote copyWith({FormattedText? text, int? position}) =>
InputTextQuote(
text: text ?? this.text,
position: position ?? this.position,
);