fonts.gen.dart 455 B

123456789101112131415
  1. /// GENERATED CODE - DO NOT MODIFY BY HAND
  2. /// *****************************************************
  3. /// FlutterGen
  4. /// *****************************************************
  5. // coverage:ignore-file
  6. // ignore_for_file: type=lint
  7. // ignore_for_file: directives_ordering,unnecessary_import,implicit_dynamic_list_literal,deprecated_member_use
  8. class FontFamily {
  9. FontFamily._();
  10. /// Font family: OppoSans
  11. static const String oppoSans = 'OppoSans';
  12. }