diff --git a/lib/main.dart b/lib/main.dart index 48c5ad3..0d944fe 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -43,9 +43,6 @@ class _MyHomePageState extends State { Widget build(BuildContext context) { return Scaffold( appBar: AppBar( - // TRY THIS: Try changing the color here to a specific color (to - // Colors.amber, perhaps?) and trigger a hot reload to see the AppBar - // change color while the other colors stay the same. backgroundColor: Theme.of(context).colorScheme.inversePrimary, // Here we take the value from the MyHomePage object that was created by // the App.build method, and use it to set our appbar title.