mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Add clarification to CupertinoUserInterfaceLevel docs (#116371)
This commit is contained in:
parent
6bd5e47988
commit
0bb71df75f
@ -21,7 +21,8 @@ enum CupertinoUserInterfaceLevelData {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Establishes a subtree in which [CupertinoUserInterfaceLevel.of] resolves to
|
/// 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]
|
/// Querying the current elevation status using [CupertinoUserInterfaceLevel.of]
|
||||||
/// will cause your widget to rebuild automatically whenever the
|
/// will cause your widget to rebuild automatically whenever the
|
||||||
|
Loading…
Reference in New Issue
Block a user