ThemeData.light constructor

ThemeData.light()

A default light blue theme.

This theme does not contain text geometry. Instead, it is expected that this theme is localized using text geometry using ThemeData.localize.

Implementation

factory ThemeData.light() => ThemeData(brightness: Brightness.light);