GenerationSizeTextFieldsComponent
internal fun RowScope.GenerationSizeTextFieldsComponent(modifier: Modifier = Modifier, state: GenerationInputFormState, onEvent: (GenerationInputFormEvent) -> Unit)(source)
Renders the GenerationSizeTextFieldsComponent UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the rendered UI.
state
state rendered or processed by the component.
onEvent
callback invoked by the component.