isLightMode property

bool get isLightMode

Implementation

bool get isLightMode => theme.brightness == Brightness.light;