isLight property
bool
get
isLight
Whether the current theme uses light brightness.
Implementation
bool get isLight => _themeData.brightness == Brightness.light;
Whether the current theme uses light brightness.
bool get isLight => _themeData.brightness == Brightness.light;