menu
flutter_bloc_toolbox package
documentation
wrappers/fetch_and_refresh_state_valid_wrapper.dart
FetchAndRefreshStateValidWrapper<TCubit extends FetchAndRefreshCubit<TState, TIdType, TType>, TState extends FetchAndRefreshState<TIdType, TType>, TValidState extends FetchAndRefreshWithValueState<TIdType, TType>, TIdType, TType>
cubit property
cubit property
dark_mode
light_mode
cubit
property
TCubit?
cubit
final
Cubit to use, when missing in the context
Implementation
final TCubit? cubit;
flutter_bloc_toolbox package
documentation
wrappers/fetch_and_refresh_state_valid_wrapper
FetchAndRefreshStateValidWrapper<TCubit extends FetchAndRefreshCubit<TState, TIdType, TType>, TState extends FetchAndRefreshState<TIdType, TType>, TValidState extends FetchAndRefreshWithValueState<TIdType, TType>, TIdType, TType>
cubit property
FetchAndRefreshStateValidWrapper class