PlatformButtonBorder
class PlatformButtonBorder(val border: PlatformBorder, val focusedBorder: PlatformBorder, val pressedBorder: PlatformBorder, val disabledBorder: PlatformBorder, val focusedDisabledBorder: PlatformBorder)(source)
Constructors
Link copied to clipboard
constructor(border: PlatformBorder, focusedBorder: PlatformBorder, pressedBorder: PlatformBorder, disabledBorder: PlatformBorder, focusedDisabledBorder: PlatformBorder)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun borderStrokeOrNull(enabled: Boolean, interactionSource: MutableInteractionSource): BorderStroke?