effects/toggle_effect library

Classes

ToggleEffect
Effect that allows you to toggle the behavior of a builder function at a certain point in time.

Typedefs

ToggleEffectBuilder = Widget Function(BuildContext context, bool value, Widget child)