ExampleShowcaseScreen constructor

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

Default constructor for screen component.

Implementation

const ExampleShowcaseScreen({super.key});