ComposeWidgetChildren

class ComposeWidgetChildren @JvmOverloads constructor(onModifierUpdated: () -> Unit = {}) : Widget.Children<@Composable () -> Unit>

Constructors

Link copied to clipboard
constructor(onModifierUpdated: () -> Unit = {})

Properties

Link copied to clipboard
open override val widgets: List<Widget<@Composable () -> Unit>>

Functions

Link copied to clipboard
open override fun detach()
Link copied to clipboard
open override fun insert(index: Int, widget: Widget<@Composable () -> Unit>)
Link copied to clipboard
open override fun move(fromIndex: Int, toIndex: Int, count: Int)
Link copied to clipboard
open override fun onModifierUpdated(index: Int, widget: Widget<@Composable () -> Unit>)
Link copied to clipboard
open override fun remove(index: Int, count: Int)
Link copied to clipboard
@Composable
fun Render()