themeDataLight property

ThemeData get themeDataLight

Implementation

ThemeData get themeDataLight {
  return area.themeData(Brightness.light);
}