presentation/utils/loading_debounced_builder library

Classes

LoadingDebouncedBuilder
This widget allows you to debounce a loading state so you can implement transition if state changes too fast sometimes it doesn't have enough time to display a loading indicator this widget tries to solve that issue when changing to loading state transition will begin inmediatly, when loading state changes to false it will wait for the debounce time before staring the transition