isLight property

bool get isLight

Check if current theme is light

Implementation

bool get isLight => state == ThemeMode.light;