fillStyles method
Implementation
@override
void fillStyles(DocumentStyle stylesheet, InlineTextStyle parentTextStyle) {
style = FlameTextStyle.merge(
parentTextStyle,
stylesheet.strikethroughText,
)!;
child.fillStyles(stylesheet, style);
}