MyoroScreen constructor

const MyoroScreen({
  1. Key? key,
  2. required MyoroScreenConfiguration configuration,
})

Creates a new instance of MyoroScreen.

Implementation

const MyoroScreen({super.key, required this.configuration});