答案 0 :(得分:1)
只需使用:
Button(text = "Save", onClick = onClick, style = OutlinedButtonStyle())
或者如果要自定义颜色,宽度和形状,请使用:
Button(text = "Save",
style = OutlinedButtonStyle(
Border(color = Color.Red,width = 1.dp),
shape = RoundedCornerShape(50), //50% percent
contentColor = Color.Red)
)
)
答案 1 :(得分:0)
使用 clip
修饰符。
Moifier.clip(CircleShape)