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>
retryText property
retryText property
dark_mode
light_mode
retryText
property
String
Function
(
BuildContext
)
?
retryText
final
Custom retry text if needed
Implementation
final String Function(BuildContext)? retryText;
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>
retryText property
FetchAndRefreshStateValidWrapper class