InputConfig

data class InputConfig(val columns: Int = 1, val icons: LibIcons = DEFAULT_ICON_STYLE) : BaseConfigs

The general configuration for the input dialog.

Parameters

columns

Set the amount of columns inputs can span.

icons

The style of icons that are used for dialog/ view-specific icons.

Constructors

Link copied to clipboard
constructor(columns: Int = 1, icons: LibIcons = DEFAULT_ICON_STYLE)

Properties

Link copied to clipboard
val columns: Int = 1
Link copied to clipboard
open override val icons: LibIcons
Link copied to clipboard