BasicMutableSpinButtonBehavior
class BasicMutableSpinButtonBehavior<T, M : MutableSpinButtonModel<T>>(textMetrics: TextMetrics, backgroundColor: Color, darkBackgroundColor: Color, foregroundColor: Color, cornerRadius: Double, buttonWidth: Double, focusManager: FocusManager? = null, incrementLabel: String? = null, decrementLabel: String? = null) : MutableSpinButtonBehavior<T, M> , PointerListener(source)
Constructors
Link copied to clipboard
constructor(textMetrics: TextMetrics, backgroundColor: Color, darkBackgroundColor: Color, foregroundColor: Color, cornerRadius: Double, buttonWidth: Double, focusManager: FocusManager? = null, incrementLabel: String? = null, decrementLabel: String? = null)