basicMutableSpinnerBehavior
fun basicMutableSpinnerBehavior(backgroundColor: Color? = null, darkBackgroundColor: Color? = null, foregroundColor: Color? = null, cornerRadius: Double? = null, buttonWidth: Double? = null, incrementA11yLabel: String? = null, decrementA11yLabel: String? = null): DI.Module(source)
Deprecated
Use basicMutableSpinButtonBehavior
Replace with
basicMutableSpinButtonBehavior(backgroundColor, darkBackgroundColor, foregroundColor, cornerRadius, buttonWidth, incrementA11yLabel, decrementA11yLabel)
Content copied to clipboard