utility_hooks library
Functions
-
useExplicitRender(
) → ExplicitRenderResult - Custom hook that provides explicit rendering functionality. It returns a record with a dependency value and a rerender function.
Typedefs
- ExplicitRenderResult = ({int dep, VoidCallback rerender})
- A record containing a dependency value and a rerender function.