Compose Unstyled 2.0 is out! Check the official announcement blog ->
Object

ButtonDefaults

Default values used for Button.

Source set: Android
public object ButtonDefaults

Default values used for Button.

Functions

contentPadding

@Composable
public fun contentPadding(buttonSize: ButtonSize): PaddingValues

Default content padding used for a Button with the specified buttonSize.

Last updated: