themeDataDark property

ThemeData get themeDataDark

Implementation

ThemeData get themeDataDark {
  return area.themeData(Brightness.dark);
}