main function

void main()

Implementation

void main() {
  runApp(MaterialApp(
    theme: ThemeData.dark(useMaterial3: true),
    home: const MyApp(),
  ));
}