Intro constructor

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

Implementation

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