SettingsPresetSection

fun SettingsPresetSection(settingsState: SettingsState, click: (Preset) -> Unit)

Custom SettingsPresetSection component act as a container to display the VERTICAL and HORIZONTAL preset of the settings.

Parameters

settingsState

: SettingsState input to show the selected animation

click

: (Preset) -> Unit function to handle the click event.