isLightMode property

bool get isLightMode

Checks if the current theme is in light mode

Implementation

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