modules/common_utils/presentation/widgets/mapped_bloc_builder library
Classes
-
MappedBlocBuilder<
B extends StateStreamable< S> , S, T> -
MappedBlocBuilder is a wrapper around
BlocBuilderthat allows mapping the BLoC stateSto a new typeTbefore passing it to the builder.