MainScreenComponent constructor

const MainScreenComponent(
  1. {Key? key,
  2. required MainScreenComponentOptions options}
)

Implementation

const MainScreenComponent({super.key, required this.options});