Blame view

lib/pages/practice/voicetopic/voicepicture/bloc/voice_pic_state.dart 230 Bytes
95e3448c   liangchengyou   feat:听音选图/选字
1
2
3
4
5
6
7
8
9
10
  part of 'voice_pic_bloc.dart';
  
  @immutable
  abstract class VoicePicState {}
  
  class VoicePicInitial extends VoicePicState {}
  
  class CurrentPageIndexState extends VoicePicState {}
  
  class SelectItemChangeState extends VoicePicState {}