isLightMode property

bool get isLightMode

Indicates whether the app is currently in light mode.

Implementation

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