colorScheme property
Returns the colorScheme associated with the surrounding theme data of this context.
Implementation
ColorScheme get colorScheme => Theme.of(this).colorScheme;
Returns the colorScheme associated with the surrounding theme data of this context.
ColorScheme get colorScheme => Theme.of(this).colorScheme;