bold property

TextStyle bold

Returns the text style to be bolded.

太字にするためのテキストスタイルを返します。

Implementation

TextStyle get bold => const TextStyle(fontWeight: FontWeight.bold);