isLightTheme property
bool
get
isLightTheme
returns true if current selected theme is light theme
Implementation
bool get isLightTheme => _selectedTheme == lightTheme;
returns true if current selected theme is light theme
bool get isLightTheme => _selectedTheme == lightTheme;