reading_state.dart 130 Bytes Edit Raw Blame History 1 2 3 4 5 6 part of 'reading_bloc.dart'; @immutable abstract class ReadingPageState {} class ReadingPageInitial extends ReadingPageState {}