willPlayAnimated method
AnimationController
willPlayAnimated({
- ScreenPT? fromPT,
- required ScreenPT toPT,
- required AnimationController animCtrl,
inherited
Implementation
@override
AnimationController willPlayAnimated({ScreenPT? fromPT, required ScreenPT toPT, required AnimationController animCtrl}) {
// TODO: implement willPlayAnimated
throw UnimplementedError();
}