ExtrasItemComposable
private fun ExtrasItemComposable(modifier: Modifier = Modifier, item: ExtraItemUi, onLoraSelected: (ExtraItemUi) -> Unit)(source)
Renders the ExtrasItemComposable UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the rendered UI.
item
item value consumed by the API.
onLoraSelected
callback invoked by the component.