ButtonSecondary

@Composable
fun ButtonSecondary(modifier: Modifier = Modifier, text: String, textColour: Color = MaterialTheme.colors.primary, onClick: () -> Unit)

Custom button for secondary text button

Parameters

modifier

An optional modifier for this button

text

Text of the button

onClick

onClick lambda to perform when this button is clicked