isLightMode property

bool get isLightMode

Is light mode

Implementation

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