basicDropdownBehavior

fun basicDropdownBehavior(backgroundColor: Color? = null, darkBackgroundColor: Color? = null, foregroundColor: Color? = null, cornerRadius: Double? = null, buttonWidth: Double? = null, buttonA11yLabel: String? = null, inset: Double? = null): DI.Module(source)

Deprecated

Use basicSelectBoxBehavior

Replace with

basicSelectBoxBehavior(backgroundColor, darkBackgroundColor, foregroundColor, cornerRadius, buttonWidth, buttonA11yLabel, inset)