EdgeButton
Source set: Android
@Composable
public fun EdgeButton(
onClick: () -> Unit,
modifier: Modifier = Modifier,
buttonSize: EdgeButtonSize = EdgeButtonSize.Small,
enabled: Boolean = true,
colors: ButtonColors = ButtonDefaults.buttonColors(),
border: BorderStroke? = null,
interactionSource: MutableInteractionSource? = null,
content: @Composable RowScope.() -> Unit,
)