FadeAnimationPage<T> constructor

FadeAnimationPage<T>({
  1. LocalKey? key,
  2. required Widget child,
  3. String? route,
  4. String? restorationId,
})

Implementation

FadeAnimationPage(
    {LocalKey? key, required this.child, this.route, this.restorationId})
    : super(key: key);