colorScheme property

ColorScheme get colorScheme

Returns the colorScheme associated with the surrounding theme data of this context.

Implementation

ColorScheme get colorScheme => Theme.of(this).colorScheme;