PagerViewItem

class PagerViewItem(val title: String, val drawView: @Composable () -> Unit)

Representation of a pager view item.

Parameters

title

The title of the pager view item.

drawView

The view to be displayed.

Constructors

Link copied to clipboard
constructor(title: String, drawView: @Composable () -> Unit)

Properties

Link copied to clipboard
val drawView: @Composable () -> Unit
Link copied to clipboard