isLight property

bool get isLight

Returns true if the current theme mode is light.

Implementation

bool get isLight => mode == Brightness.light;