mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
25 lines
707 B
Dart
25 lines
707 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: GeistMono
|
|
static const String geistMono = 'GeistMono';
|
|
|
|
/// Font family: GeistSans
|
|
static const String geistSans = 'GeistSans';
|
|
|
|
/// Font family: RadixIcons
|
|
static const String radixIcons = 'RadixIcons';
|
|
}
|