Save Button

fun SaveButton(modifier: Modifier = Modifier, save: () -> Unit)

Custom Button used to save an item

Parameters

modifier

The modifier to apply to the button

save

The save action to execute