font property

Retrieve font themes.

The builder will allow you to retrieve the font families defined in pubspec.yaml.

New themes can be defined by extending FontThemeData.

フォントテーマを取得します。

ビルダーによってpubspec.yaml内に定義されたフォントファミリーを取得することができるようになります。

FontThemeDataをエクステンションすることで新しいテーマを定義することが可能です。

Implementation

FontThemeData get font => const FontThemeData._();