After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,18 @@
|
|||||||
|
/// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||||
|
/// *****************************************************
|
||||||
|
/// FlutterGen
|
||||||
|
/// *****************************************************
|
||||||
|
|
||||||
|
// coverage:ignore-file
|
||||||
|
// ignore_for_file: type=lint
|
||||||
|
// ignore_for_file: directives_ordering,unnecessary_import
|
||||||
|
|
||||||
|
class FontFamily {
|
||||||
|
FontFamily._();
|
||||||
|
|
||||||
|
/// Font family: BlackItalic
|
||||||
|
static const String blackItalic = 'BlackItalic';
|
||||||
|
|
||||||
|
/// Font family: SemiBold
|
||||||
|
static const String semiBold = 'SemiBold';
|
||||||
|
}
|