themeMode property

ThemeMode? themeMode

Implementation

ThemeMode? get themeMode => _parent.themeMode;
void themeMode=(ThemeMode? themeMode)

Implementation

set themeMode(ThemeMode? themeMode) => _parent.themeMode = themeMode;