kAppShellFontFamily top-level constant

String const kAppShellFontFamily

The default font family for both apps' themes.

Roboto is shipped by this package, so the family name carries the packages/<name>/ prefix that Flutter registers package fonts under.

Implementation

const String kAppShellFontFamily = 'packages/anthology/Roboto';