isLight property

bool get isLight

Whether this theme mode forces light mode.

Implementation

bool get isLight => this == ThemeMode.light;