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.
1 parent 2dbd73d commit 96291fcCopy full SHA for 96291fc
packages/flutter/lib/src/material/theme_data.dart
@@ -250,7 +250,7 @@ class ThemeData with Diagnosticable {
250
///
251
/// * [ThemeData.from], which creates a ThemeData from a [ColorScheme].
252
/// * [ThemeData.light], which creates the default light theme.
253
- /// * [ThemeData.dark], which creates the deafult dark theme.
+ /// * [ThemeData.dark], which creates the default dark theme.
254
/// * [ColorScheme.fromSeed], which is used to create a [ColorScheme] from a seed color.
255
factory ThemeData({
256
// For the sanity of the reader, make sure these properties are in the same
0 commit comments