IndicatorIconOptions

Options for the indicator icon.

Use IndicatorIconDefaults.selectedIconOptions or IndicatorIconDefaults.unselectedIconOptions to create a default instance of this class.

Parameters

icon

Icon ImageVector to display.

tint

Tint to apply to the icon.

contentDescription

Content description to apply to the icon.

padding

Padding to apply to the icon.

backgroundColor

Background color to apply to the icon.

border

Border to apply to the icon.

shape

Shape to clip the icon to.

Properties

Link copied to clipboard
Link copied to clipboard
val border: Dp?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val padding: Dp
Link copied to clipboard
val shape: Shape?
Link copied to clipboard
val tint: Color