We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd5e47 commit 0bb71dfCopy full SHA for 0bb71df
packages/flutter/lib/src/cupertino/interface_level.dart
@@ -21,7 +21,8 @@ enum CupertinoUserInterfaceLevelData {
21
}
22
23
/// Establishes a subtree in which [CupertinoUserInterfaceLevel.of] resolves to
24
-/// the given data.
+/// the given visual elevation from the [CupertinoUserInterfaceLevelData]. This
25
+/// can be used to apply style differences based on a widget's elevation.
26
///
27
/// Querying the current elevation status using [CupertinoUserInterfaceLevel.of]
28
/// will cause your widget to rebuild automatically whenever the
0 commit comments