Material Design Theme in Flutter

Issue Where do I set the seconday colors from https://material.io/resources/color/ ? According to the ThemeData class I have to set the accentColor, which I know how to do: “The [accentColor], sometimes called the secondary color”. After analyzing theme_data.dart you can

Continue reading