You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
486 B
19 lines
486 B
/// 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';
|
|
}
|