colorScheme property

String colorScheme

Implementation

String get colorScheme => window.platformBrightness == Brightness.light ? 'light' : 'dark';