IconStyles

Object accessor for a default IconStyleProvider

Inherited functions

Link copied to clipboard
fun defaultIconStyle(    padding: PaddingValues = PaddingValues(VideoTheme.dimens.spacingM),     default: Color = VideoTheme.colors.basePrimary,     pressed: Color = VideoTheme.colors.basePrimary,     disabled: Color = VideoTheme.colors.baseQuaternary): StreamIconStyle

Composable that provides default icon style.