NotFoundPage constructor

const NotFoundPage({
  1. dynamic key,
  2. required dynamic routerState,
})

Implementation

const NotFoundPage({
  super.key,
  required this.routerState,
});