fontUri property

String? fontUri
final

The source of the font file. TTF and OTF fonts are allowed. This should either be the full path, a uri or if it is an asset the relative path as specified in your pubspec.yaml file. If null the fontName is assumed to be a system font.

// Defaults to:
null

Implementation

final String? fontUri;