isLight property

bool get isLight

Detects when the theme is light or not, if so returns true

Implementation

bool get isLight => this == Brightness.light;