Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 0bb71df

Browse files
Add clarification to CupertinoUserInterfaceLevel docs (#116371)
1 parent 6bd5e47 commit 0bb71df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/flutter/lib/src/cupertino/interface_level.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ enum CupertinoUserInterfaceLevelData {
2121
}
2222

2323
/// Establishes a subtree in which [CupertinoUserInterfaceLevel.of] resolves to
24-
/// the given data.
24+
/// the given visual elevation from the [CupertinoUserInterfaceLevelData]. This
25+
/// can be used to apply style differences based on a widget's elevation.
2526
///
2627
/// Querying the current elevation status using [CupertinoUserInterfaceLevel.of]
2728
/// will cause your widget to rebuild automatically whenever the

0 commit comments

Comments
 (0)