MyoroScreen constructor
const
MyoroScreen({
- Key? key,
- required MyoroScreenConfiguration configuration,
Creates a new instance of MyoroScreen.
Implementation
const MyoroScreen({super.key, required this.configuration});