Skip to content

Instantly share code, notes, and snippets.

View xdagee's full-sized avatar
🎯
Focusing

Prince B. A. xdagee

🎯
Focusing
View GitHub Profile
void main() {
runApp(_SwitchingThemeApp());
}
/// Properties that help me keep track of the example being run.
bool _useMaterial = false;
class _SwitchingThemeApp extends StatefulWidget {
@override
_SwitchingThemeAppState createState() => _SwitchingThemeAppState();