fillStyles method
Implementation
@mustCallSuper
@override
void fillStyles(DocumentStyle stylesheet, InlineTextStyle parentTextStyle) {
for (final node in children) {
node.fillStyles(stylesheet, parentTextStyle);
}
}
@mustCallSuper
@override
void fillStyles(DocumentStyle stylesheet, InlineTextStyle parentTextStyle) {
for (final node in children) {
node.fillStyles(stylesheet, parentTextStyle);
}
}