Unverified Commit eb00c562 authored by LongCatIsLooong's avatar LongCatIsLooong Committed by GitHub

fix symobol refs in the dynamic color doc (#46003)

parent d95a1a70
...@@ -793,7 +793,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di ...@@ -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] /// In other words, this color will be the effective color of the [CupertinoDynamicColor]
/// after it is resolved against a [BuildContext] that: /// 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]. /// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.light].
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `false`. /// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `false`.
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.base]. /// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.base].
...@@ -804,7 +804,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di ...@@ -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] /// In other words, this color will be the effective color of the [CupertinoDynamicColor]
/// after it is resolved against a [BuildContext] that: /// 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]. /// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.dark].
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `false`. /// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `false`.
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.base]. /// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.base].
...@@ -815,7 +815,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di ...@@ -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] /// In other words, this color will be the effective color of the [CupertinoDynamicColor]
/// after it is resolved against a [BuildContext] that: /// 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]. /// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.light].
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `true`. /// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `true`.
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.base]. /// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.base].
...@@ -826,7 +826,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di ...@@ -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] /// In other words, this color will be the effective color of the [CupertinoDynamicColor]
/// after it is resolved against a [BuildContext] that: /// 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]. /// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.dark].
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `true`. /// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `true`.
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.base]. /// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.base].
...@@ -837,7 +837,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di ...@@ -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] /// In other words, this color will be the effective color of the [CupertinoDynamicColor]
/// after it is resolved against a [BuildContext] that: /// 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]. /// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.light].
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `false`. /// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `false`.
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.elevated]. /// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.elevated].
...@@ -848,7 +848,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di ...@@ -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] /// In other words, this color will be the effective color of the [CupertinoDynamicColor]
/// after it is resolved against a [BuildContext] that: /// 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]. /// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.dark].
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `false`. /// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `false`.
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.elevated]. /// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.elevated].
...@@ -859,7 +859,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di ...@@ -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] /// In other words, this color will be the effective color of the [CupertinoDynamicColor]
/// after it is resolved against a [BuildContext] that: /// 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]. /// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.light].
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `true`. /// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `true`.
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.elevated]. /// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.elevated].
...@@ -870,7 +870,7 @@ class CupertinoDynamicColor extends Color with DiagnosticableMixin implements Di ...@@ -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] /// In other words, this color will be the effective color of the [CupertinoDynamicColor]
/// after it is resolved against a [BuildContext] that: /// 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]. /// or a [MediaQuery] whose [MediaQueryData.platformBrightness] is [Brightness.dark].
/// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `true`. /// - has a [MediaQuery] whose [MediaQueryData.highContrast] is `true`.
/// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.elevated]. /// - has a [CupertinoUserInterfaceLevel] that indicates [CupertinoUserInterfaceLevelData.elevated].
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment