NamedConfig

Config for labeled controls.

Properties

Link copied to clipboard

Specifies named container insets.

Link copied to clipboard
Link copied to clipboard
var layout: (container: View, field: View) -> Layout?

Defines the layout for the named container.

Link copied to clipboard
var render: Canvas.(container: View) -> Unit

Allows customized rendering of the named container.

Functions

Link copied to clipboard
fun defaultLayout(spacing: Double = DEFAULT_SPACING, itemHeight: Double = DEFAULT_HEIGHT): (container: View, field: View) -> Layout?