package constant

String const package

The package that bundles the sans font. A bundled font resolves as packages/<package>/<family>, so any hand-rolled TextStyle in this package that names sans must also pass this as package: — otherwise the family falls back to the platform default (Roboto on Android, SF on iOS) instead of the bundled Geist.

Implementation

static const String package = 'ntb_vistech_widgets';