ButtonDrawableStyle
data class ButtonDrawableStyle(val scale: ContentScale, val alpha: Float, val colorFilter: ColorFilter?, val padding: PaddingValues) : StreamStyle
Represents a style for drawables used on buttons. Consists of scale and padding.
Parameters
scale
The aspect ratio scale of the drawable.
padding
The padding applied to the drawable.