We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ThemeData
1 parent 2c71881 commit c51aa3dCopy full SHA for c51aa3d
packages/flutter/lib/src/material/theme_data.dart
@@ -850,7 +850,7 @@ class ThemeData with Diagnosticable {
850
);
851
}
852
853
- /// A default light blue theme.
+ /// A default light theme.
854
///
855
/// This theme does not contain text geometry. Instead, it is expected that
856
/// this theme is localized using text geometry using [ThemeData.localize].
@@ -859,7 +859,7 @@ class ThemeData with Diagnosticable {
859
useMaterial3: useMaterial3,
860
861
862
- /// A default dark theme with a teal secondary [ColorScheme] color.
+ /// A default dark theme.
863
864
865
0 commit comments