genericButtonStyle
fun genericButtonStyle(size: StyleSize = StyleSize.L, elevation: ButtonElevation? = null, shape: Shape = VideoTheme.shapes.button, border: BorderStroke? = null, colors: ButtonColors = ButtonDefaults.buttonColors(), contentPadding: PaddingValues = ButtonDefaults.ContentPadding): StreamButtonStyle
You can create any style with the StreamButtonStyle. Use it with the StreamButton composable
Parameters
elevation
button elevation
shape
the shape of the button
border
the button border