DemoHome constructor

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

Implementation

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