willPlayAnimated method

  1. @override
AnimationController willPlayAnimated({
  1. ScreenPT? fromPT,
  2. required ScreenPT toPT,
  3. required AnimationController animCtrl,
})
inherited

Implementation

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