merge method
Implementation
@override
UITextHtmlThemeData merge(covariant UITextHtmlThemeData? other) {
return UITextHtmlThemeData(
pStyle: other?.pStyle ?? pStyle,
strongStyle: other?.strongStyle ?? strongStyle,
);
}
@override
UITextHtmlThemeData merge(covariant UITextHtmlThemeData? other) {
return UITextHtmlThemeData(
pStyle: other?.pStyle ?? pStyle,
strongStyle: other?.strongStyle ?? strongStyle,
);
}