Skip to content

Instantly share code, notes, and snippets.

@pmutisya
Created September 17, 2019 15:58
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'App title',
theme: ThemeData(),
darkTheme: ThemeData.dark(),
home: MyHomePage(),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment