throttle/easy_throttle_builder library

Classes

EasyThrottleBuilder
EasyThrottleBuilder provides the debounce function as Widget.

Typedefs

EasyThrottleWidgetBuilder = Widget Function(BuildContext context, ThrottleCallback throttleCallback)
ThrottleCallback = dynamic Function(VoidCallback callback)