dartlangeditorflutterflutter-appsflutter-examplesflutter-packageflutter-widgetquillquill-deltaquilljsreactquillrich-textrich-text-editorwysiwygwysiwyg-editor
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.
37 lines
1001 B
37 lines
1001 B
1 year ago
|
/// 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: ibarra-real-nova
|
||
|
static const String ibarraRealNova = 'ibarra-real-nova';
|
||
|
|
||
|
/// Font family: monospace
|
||
|
static const String monospace = 'monospace';
|
||
|
|
||
|
/// Font family: nunito
|
||
|
static const String nunito = 'nunito';
|
||
|
|
||
|
/// Font family: pacifico
|
||
|
static const String pacifico = 'pacifico';
|
||
|
|
||
|
/// Font family: roboto-mono
|
||
|
static const String robotoMono = 'roboto-mono';
|
||
|
|
||
|
/// Font family: sans-serif
|
||
|
static const String sansSerif = 'sans-serif';
|
||
|
|
||
|
/// Font family: serif
|
||
|
static const String serif = 'serif';
|
||
|
|
||
|
/// Font family: square-peg
|
||
|
static const String squarePeg = 'square-peg';
|
||
|
}
|