Skip to content

Commit

Permalink
Add clarification to CupertinoUserInterfaceLevel docs (#116371)
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellGoodwin committed Dec 1, 2022
1 parent 6bd5e47 commit 0bb71df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/flutter/lib/src/cupertino/interface_level.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ enum CupertinoUserInterfaceLevelData {
}

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

0 comments on commit 0bb71df

Please sign in to comment.