HomeScreen constructor

const HomeScreen({
  1. Key? key,
  2. bool showList = true,
})

Implementation

const HomeScreen({Key? key, this.showList = true}) : super(key: key);