isSystem property
bool
get
isSystem
Whether this theme mode follows the system setting.
Implementation
bool get isSystem => this == ThemeMode.system;
Whether this theme mode follows the system setting.
bool get isSystem => this == ThemeMode.system;