NavigatorDemo constructor

const NavigatorDemo({
  1. Key? key,
})

Implementation

const NavigatorDemo({Key? key}) : super(key: key);