BottomSheetStandardIcon
class BottomSheetStandardIcon(val accessibilityPainter: AccessibilityPainter, val onClick: () -> Unit)
Wrapper for an icon for the BottomSheetStandard.
Parameters
accessibilityPainter
lidl.brand.ods.core.utils.AccessibilityPainter for the icon.
onClick
on click action called when the icon is clicked.