Returns the bounds required to render text using grapheme widths.
@override Rectangle bounds() => styledStringBounds(text, WidthMethod.grapheme);