Main constructor

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

Implementation

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