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.