isLightMode property

bool get isLightMode

Implementation

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