mode property

Observable<ThemeMode> mode
final

The user's stated theme intent. Update through changeTheme / toggleTheme. Defaults to ThemeMode.system.

Implementation

final Observable<ThemeMode> mode = Observable(ThemeMode.system);