AnimatedIconBuilder<T> typedef

AnimatedIconBuilder<T> = Widget Function(BuildContext context, AnimatedToggleProperties<T> local, DetailedGlobalToggleProperties<T> global)

A version of IconBuilder for writing a custom animation for the change of the selected item.

Implementation

typedef AnimatedIconBuilder<T> = Widget Function(
    BuildContext context,
    AnimatedToggleProperties<T> local,
    DetailedGlobalToggleProperties<T> global);