Start native apps faster with the Composables CLI ->
Object

RemoteButtonGroupDefaults

Contains the default values used by RemoteButtonGroup

Source set: Android
public object RemoteButtonGroupDefaults

Contains the default values used by RemoteButtonGroup

Properties

Spacing

Source set: Android
public val Spacing: RemoteDp = 4.rdp

Spacing between buttons.

MinWidth

Source set: Android
public val MinWidth: RemoteDp = minimumInteractiveComponentSize

Default for the minimum width of buttons in a RemoteButtonGroup

Functions

fullWidthPaddings

Source set: Android
public fun fullWidthPaddings(): RemotePaddingValues

Return the recommended padding to use as the contentPadding of a RemoteButtonGroup, when it takes the full width of the screen.