LibraryScaffoldLayout

fun LibraryScaffoldLayout(name: @Composable BoxScope.() -> Unit, version: @Composable BoxScope.() -> Unit, author: @Composable BoxScope.() -> Unit, description: @Composable BoxScope.() -> Unit, licenses: @Composable FlowRowScope.() -> Unit, actions: @Composable FlowRowScope.() -> Unit, modifier: Modifier = Modifier, libraryPadding: LibraryPadding = LibraryDefaults.libraryPadding())

A layout that displays a library in a scaffold-like manner.

Parameters

name

the name of the library

version

the version of the library

author

the author of the library

description

the description of the library

licenses

the licenses of the library

modifier

the modifier to apply to this layout

libraryPadding

the padding to apply to the library