BrowseScreenPlaylistsSectionButton

data class BrowseScreenPlaylistsSectionButton(@StringRes val textId: Int, val icon: ImageVector, val onClick: () -> Unit)

Constructors

Link copied to clipboard
constructor(@StringRes textId: Int, icon: ImageVector, onClick: () -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
val onClick: () -> Unit
Link copied to clipboard
val textId: Int