ButtonStyles

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard