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>
allowRetry property
allowRetry property
dark_mode
light_mode
allowRetry
property
bool
allowRetry
final
Should the retry button be visible
Implementation
final bool allowRetry;
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>
allowRetry property
FetchAndRefreshStateValidWrapper class