MagnifierController constructor
- AnimationController? animationController,
If there is no in / out animation for the magnifier, animationController should be left null.
Implementation
MagnifierController({this.animationController}) {
animationController?.value = 0;
}