select_dialog
select_dialog copied to clipboard
Allow to use AnimationController
I'm using it with CircularRevealAnimation.
transitionBuilder: (_, anim1, anim2, child) => CircularRevealAnimation( animation: anim1, centerAlignment: Alignment.center, child: child, ),