DemoItem constructor

const DemoItem(
  1. String title,
  2. String route, {
  3. Key? key,
})

Implementation

const DemoItem(this.title, this.route, {Key? key}) : super(key: key);