BaseConfigs
abstract class BaseConfigs(val icons: LibIcons = BaseConstants.DEFAULT_ICON_STYLE, val orientation: LibOrientation? = BaseConstants.DEFAULT_LIB_LAYOUT)
Base configs for dialog-specific configs.
Parameters
icons
The style of icons that are used for dialog/ view-specific icons.
orientation
The orientation of the view or null for auto orientation.
Constructors
Link copied to clipboard
constructor(icons: LibIcons = BaseConstants.DEFAULT_ICON_STYLE, orientation: LibOrientation? = BaseConstants.DEFAULT_LIB_LAYOUT)