OudsTopAppBarNavigationIcon

A navigation icon in an OudsTopAppBar or any other variant.

Inheritors

Constructors

Link copied to clipboard
constructor(painter: Painter, contentDescription: String, onClick: () -> Unit)

Creates an instance of OudsTopAppBarNavigationIcon.

constructor(imageVector: ImageVector, contentDescription: String, onClick: () -> Unit)

Creates an instance of OudsTopAppBarNavigationIcon.

constructor(bitmap: ImageBitmap, contentDescription: String, onClick: () -> Unit)

Creates an instance of OudsTopAppBarNavigationIcon.

Types

Link copied to clipboard
class Back(onClick: () -> Unit) : OudsTopAppBarNavigationIcon

A predefined OudsTopAppBarNavigationIcon with a back icon.

Link copied to clipboard
class Close(onClick: () -> Unit) : OudsTopAppBarNavigationIcon

A predefined OudsTopAppBarNavigationIcon with a close icon.

Link copied to clipboard
class Menu(onClick: () -> Unit) : OudsTopAppBarNavigationIcon

A predefined OudsTopAppBarNavigationIcon with a menu icon.