IconStyleProvider

Provides default icon style.

Inheritors

Constructors

Link copied to clipboard
constructor()

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.