fix symobol refs in the dynamic color doc (#46003)
This commit is contained in:
parent
d95a1a70a2
commit
eb00c56205
@ -793,7 +793,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di
|
||||
///
|
||||
/// In other words, this color will be the effective color of the [CupertinoDynamicColor]
|
||||
/// after it is resolved against a [BuildContext] that:
|
||||
/// - has a [CupertinoTheme] whose [brightness] is [Brightness.light],
|
||||
/// - has a [CupertinoTheme] whose [CupertinoThemeData.brightness] is [Brightness.light],
|
||||
/// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.light].
|
||||
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `false`.
|
||||
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.base].
|
||||
@ -804,7 +804,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di
|
||||
///
|
||||
/// In other words, this color will be the effective color of the [CupertinoDynamicColor]
|
||||
/// after it is resolved against a [BuildContext] that:
|
||||
/// - has a [CupertinoTheme] whose [brightness] is [Brightness.dark],
|
||||
/// - has a [CupertinoTheme] whose [CupertinoThemeData.brightness] is [Brightness.dark],
|
||||
/// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.dark].
|
||||
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `false`.
|
||||
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.base].
|
||||
@ -815,7 +815,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di
|
||||
///
|
||||
/// In other words, this color will be the effective color of the [CupertinoDynamicColor]
|
||||
/// after it is resolved against a [BuildContext] that:
|
||||
/// - has a [CupertinoTheme] whose [brightness] is [Brightness.light],
|
||||
/// - has a [CupertinoTheme] whose [CupertinoThemeData.brightness] is [Brightness.light],
|
||||
/// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.light].
|
||||
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `true`.
|
||||
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.base].
|
||||
@ -826,7 +826,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di
|
||||
///
|
||||
/// In other words, this color will be the effective color of the [CupertinoDynamicColor]
|
||||
/// after it is resolved against a [BuildContext] that:
|
||||
/// - has a [CupertinoTheme] whose [brightness] is [Brightness.dark],
|
||||
/// - has a [CupertinoTheme] whose [CupertinoThemeData.brightness] is [Brightness.dark],
|
||||
/// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.dark].
|
||||
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `true`.
|
||||
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.base].
|
||||
@ -837,7 +837,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di
|
||||
///
|
||||
/// In other words, this color will be the effective color of the [CupertinoDynamicColor]
|
||||
/// after it is resolved against a [BuildContext] that:
|
||||
/// - has a [CupertinoTheme] whose [brightness] is [Brightness.light],
|
||||
/// - has a [CupertinoTheme] whose [CupertinoThemeData.brightness] is [Brightness.light],
|
||||
/// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.light].
|
||||
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `false`.
|
||||
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.elevated].
|
||||
@ -848,7 +848,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di
|
||||
///
|
||||
/// In other words, this color will be the effective color of the [CupertinoDynamicColor]
|
||||
/// after it is resolved against a [BuildContext] that:
|
||||
/// - has a [CupertinoTheme] whose [brightness] is [Brightness.dark],
|
||||
/// - has a [CupertinoTheme] whose [CupertinoThemeData.brightness] is [Brightness.dark],
|
||||
/// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.dark].
|
||||
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `false`.
|
||||
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.elevated].
|
||||
@ -859,7 +859,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di
|
||||
///
|
||||
/// In other words, this color will be the effective color of the [CupertinoDynamicColor]
|
||||
/// after it is resolved against a [BuildContext] that:
|
||||
/// - has a [CupertinoTheme] whose [brightness] is [Brightness.light],
|
||||
/// - has a [CupertinoTheme] whose [CupertinoThemeData.brightness] is [Brightness.light],
|
||||
/// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.light].
|
||||
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `true`.
|
||||
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.elevated].
|
||||
@ -870,7 +870,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di
|
||||
///
|
||||
/// In other words, this color will be the effective color of the [CupertinoDynamicColor]
|
||||
/// after it is resolved against a [BuildContext] that:
|
||||
/// - has a [CupertinoTheme] whose [brightness] is [Brightness.dark],
|
||||
/// - has a [CupertinoTheme] whose [CupertinoThemeData.brightness] is [Brightness.dark],
|
||||
/// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.dark].
|
||||
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `true`.
|
||||
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.elevated].
|
||||
|
Loading…
x
Reference in New Issue
Block a user