ApiScreen constructor

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

Creates an ApiScreen instance.

key - The widget key used for identifying this widget in the widget tree.

Implementation

const ApiScreen({super.key});