mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-05 23:19:42 +00:00
26 lines
727 B
Dart
26 lines
727 B
Dart
// dart format width=80
|
|
/// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
/// *****************************************************
|
|
/// FlutterGen
|
|
/// *****************************************************
|
|
|
|
// coverage:ignore-file
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: deprecated_member_use,directives_ordering,implicit_dynamic_list_literal,unnecessary_import
|
|
|
|
class FontFamily {
|
|
FontFamily._();
|
|
|
|
/// Font family: BootstrapIcons
|
|
static const String bootstrapIcons = 'BootstrapIcons';
|
|
|
|
/// Font family: Cookie
|
|
static const String cookie = 'Cookie';
|
|
|
|
/// Font family: RadixIcons
|
|
static const String radixIcons = 'RadixIcons';
|
|
|
|
/// Font family: Ubuntu Mono
|
|
static const String ubuntuMono = 'Ubuntu Mono';
|
|
}
|