Example constructor

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

Implementation

const Example({super.key});