Landing constructor

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

Creates a new Landing widget.

The key parameter is optional and can be used to identify the widget.

Implementation

const Landing({super.key});