goldenBricks top-level constant

String const goldenBricks

The font-family for the Golden Bricks font.

The golden_bricks package includes the font file in the package pubspec.yaml. To reference the font from the package, you need to use the fully qualified asset path. That path is encoded in this constant for easy access in app code and test code.

Implementation

const goldenBricks = "packages/golden_bricks/GoldenBricks";