fontStyle property

  1. @override
FontStyle get fontStyle
override

The typeface variant to use when drawing the letters (e.g., italics).

Implementation

@override
FontStyle get fontStyle => throw _e(token.name, 'fontStyle');