isLightMode property

bool get isLightMode

Check if current theme is light mode

Implementation

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