mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
22 lines
621 B
Dart
22 lines
621 B
Dart
/// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
/// *****************************************************
|
|
/// FlutterGen
|
|
/// *****************************************************
|
|
|
|
// coverage:ignore-file
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: directives_ordering,unnecessary_import,implicit_dynamic_list_literal,deprecated_member_use
|
|
|
|
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';
|
|
}
|