ButtonDrawableStyleProvider

Provides default button drawable style.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun defaultButtonDrawableStyle(    padding: PaddingValues = PaddingValues(0.dp),     scale: ContentScale = ContentScale.Crop,     defaultAlpha: Float = DefaultAlpha,     pressedAlpha: Float = DefaultAlpha,     disabledAlpha: Float = 0.6f,     defaultColorFilter: ColorFilter? = null,     pressedColorFilter: ColorFilter? = null,     disabledColorFilter: ColorFilter? = ColorFilter.colorMatrix( ColorMatrix().apply { setToSaturation(0f) }, )): StreamButtonDrawableStyle

Composable that provides the default button drawable style.