isLight property

bool isLight

Check is current theme is light

Implementation

bool get isLight => Theme.of(this).brightness == Brightness.light;