Libraries Scaffold
A composable function that displays a scaffolded list of libraries with customizable content.
Parameters
The list of libraries to display.
Modifier to be applied to the LazyColumn.
Modifier to be applied to each library item.
The state object to control or observe the LazyColumn's scroll state.
Padding values to be applied around the content.
Padding configuration for each library item.
Dimensions configuration for spacing and layout.
A composable lambda to display the library name.
A composable lambda to display the library version (optional).
A composable lambda to display the library author(s) (optional).
A composable lambda to display the library description (optional).
A composable lambda to display the library licenses (optional).
A composable lambda to display the library funding information (optional).
A composable lambda to display additional actions for each library (optional).
A lambda to define the header content of the list (optional).
A composable lambda to define a divider between library items (optional).
A lambda to define the footer content of the list (optional).
A callback invoked when a library item is clicked. Returns true if the click is handled.