MaterialButtonBehavior
class MaterialButtonBehavior(textMetrics: TextMetrics, animate: Animator, scheduler: Scheduler, fontConfig: MaterialTheme.Companion.FontConfig?, fonts: FontLoader, textColor: Color, backgroundColor: Color, cornerRadius: Double = 0.0, focusManager: FocusManager? = null) : CommonTextButtonBehavior<Button> , PointerListener(source)
Constructors
Link copied to clipboard
constructor(textMetrics: TextMetrics, animate: Animator, scheduler: Scheduler, fontConfig: MaterialTheme.Companion.FontConfig?, fonts: FontLoader, textColor: Color, backgroundColor: Color, cornerRadius: Double = 0.0, focusManager: FocusManager? = null)
Inherited functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun textPosition(button: Button, text: String, icon: Icon<Button>?, bounds: Rectangle, textSpacing: TextSpacing): Point