Menu

class Menu(onClick: () -> Unit) : OudsTopAppBarNavigationIcon

A predefined OudsTopAppBarNavigationIcon with a menu icon.

Parameters

onClick

Callback invoked when the navigation icon is clicked.

Constructors

Link copied to clipboard
constructor(onClick: () -> Unit)

Creates an instance of OudsTopAppBarNavigationIcon.Menu.

Functions

Link copied to clipboard
fun Content(extraParameters: Nothing)
fun Content(modifier: Modifier, extraParameters: Nothing)

The Jetpack Compose UI for this component content.

open override fun Content(modifier: Modifier)

The Jetpack Compose UI for this component content. Subclasses must implement this method to provide content.