EasyTreeItemRemovedBuilder<T> typedef

EasyTreeItemRemovedBuilder<T> = Widget Function(T node, BuildContext context, Animation<double> animation)

Implementation

typedef EasyTreeItemRemovedBuilder<T> = Widget Function(
    T node, BuildContext context, Animation<double> animation);