fillStyles method

  1. @mustCallSuper
  2. @override
void fillStyles(
  1. DocumentStyle stylesheet,
  2. InlineTextStyle parentTextStyle
)
override

Implementation

@mustCallSuper
@override
void fillStyles(DocumentStyle stylesheet, InlineTextStyle parentTextStyle) {
  child.fillStyles(stylesheet, parentTextStyle);
}