isLightTheme property

bool isLightTheme

Whether the theme brightness is light.

Implementation

bool get isLightTheme => theme.brightness == Brightness.light;