zoomChild property

Widget? zoomChild
final

If you set a zoomChild, the zoom will be done in this widget, this can be useful if you have an animation in the child widget, and want to zoom only in the last frame of that animation

Implementation

final Widget? zoomChild;