reading_state.dart 264 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 part of 'reading_bloc.dart'; @immutable abstract class ReadingPageState {} class ReadingPageInitial extends ReadingPageState {} class CurrentPageIndexState extends ReadingPageState {} /// 手动or自动播放 class CurrentModeState extends ReadingPageState {}