OudsTopAppBarNavigationIcon

constructor(painter: Painter, contentDescription: String, onClick: () -> Unit)

Creates an instance of OudsTopAppBarNavigationIcon.

Parameters

painter

Painter of the navigation icon.

contentDescription

The content description associated with this OudsTopAppBarNavigationIcon.

onClick

Callback invoked when the navigation icon is clicked.


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

Creates an instance of OudsTopAppBarNavigationIcon.

Parameters

imageVector

Image vector of the navigation icon.

contentDescription

The content description associated with this OudsTopAppBarNavigationIcon.

onClick

Callback invoked when the navigation icon is clicked.


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

Creates an instance of OudsTopAppBarNavigationIcon.

Parameters

bitmap

Image bitmap of the navigation icon.

contentDescription

The content description associated with this OudsTopAppBarNavigationIcon.

onClick

Callback invoked when the navigation icon is clicked.