fontPackage property

String? fontPackage
final

The name of the package from which the font family is included.

The name is used by the Icon widget when configuring the TextStyle so that the given fontFamily is obtained from the appropriate asset.

See also:

  • TextStyle, which describes how to use fonts from other packages.

Implementation

final String? fontPackage;