Source set: Android
Added in 1.0.0-alpha06
@ExperimentalMaterial3AdaptiveApi
@Composable
fun collectFoldingFeaturesAsState(): State<List<FoldingFeature>>
Collects the current window folding features from WindowInfoTracker in to a State.
Returns
a State of a FoldingFeature list. |