diff --git a/docs/controls/iconbutton.md b/docs/controls/iconbutton.md index f0f9a14f..aa4d105a 100644 --- a/docs/controls/iconbutton.md +++ b/docs/controls/iconbutton.md @@ -194,6 +194,14 @@ Fires when the control has lost focus. Fires when a user clicks the button. +### `on_long_press` + +Fires when the button is long-pressed. + ### `on_focus` -Fires when the control has received focus. \ No newline at end of file +Fires when the control has received focus. + +### `on_hover` + +Fires when the button is hovered.