PositiveButtonEnabled

@Composable
abstract fun PositiveButtonEnabled(valid: Boolean, onDispose: () -> Unit)

Adds a value to the positiveButtonEnabled map and updates the value in the map when valid changes

Parameters

valid

boolean value to initialise the index in the list

onDispose

cleanup callback when component calling this gets destroyed