NoAnimationPage<T> constructor

const NoAnimationPage<T>({
  1. required Widget child,
  2. LocalKey? key,
  3. String? name,
  4. Object? arguments,
})

Implementation

const NoAnimationPage({
  required this.child,
  super.key,
  super.name,
  super.arguments,
});