TitleDemo constructor

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

Implementation

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