fontWeight property
The typeface thickness to use when painting the text (e.g., bold).
Implementation
@override
FontWeight get fontWeight => throw _e(token.name, 'fontWeight');
The typeface thickness to use when painting the text (e.g., bold).
@override
FontWeight get fontWeight => throw _e(token.name, 'fontWeight');