reader_config.dart 99 B

12345
  1. class ReaderConfig {
  2. static ReaderConfig instance = ReaderConfig();
  3. double fontSize = 20.0;
  4. }