fontFamily property

String? fontFamily
final

Name of the font family to use as default font for the text theme in created theme.

Same feature as in ThemeData factory. Used to apply the font family name to default text theme and primary text theme, also passed along to ThemeData,

Implementation

final String? fontFamily;