defaultIconStyle
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.
Parameters
padding
the padding values of the icon.
default
normal color of the icon.
pressed
color of the icon when pressed
disabled
color of the icon when disabled