AppView constructor

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

Implementation

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