Demo constructor

Demo({
  1. Key? key,
})

Implementation

Demo({Key? key}) : super(key: key);