isLightMode property

bool get isLightMode

浅色模式

Implementation

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