In Flutter, one can apply a theme to the app using ThemeData class. But there two propeties of this class that confuses me: ColorScheme and ColorSchemeseed. What's the difference between these two properties and when to use one or the other? Thanks.
Clear my Confusions on it.
ColorScheme allows you to define each color property manually.
ColorSchemeSeed generates colorScheme based on one color.