-
public final class BrowseScreenKt
-
-
Method Summary
Modifier and Type Method Description final static UnitBrowseScreen(ScalingLazyColumnState columnState, Modifier modifier, Function1<BrowseScreenScope, Unit> content)A screen to browse contents of a media app. -
-
Method Detail
-
BrowseScreen
@Composable() final static Unit BrowseScreen(ScalingLazyColumnState columnState, Modifier modifier, Function1<BrowseScreenScope, Unit> content)
A screen to browse contents of a media app.
This is an opinionated implementation that allows a lot of customisation. If further customisation is required, then SectionedList should be used directly.
This screen provide an implementation of:
-
-
-
-