Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 303 Bytes

events.md

File metadata and controls

17 lines (14 loc) · 303 Bytes

events

Events are fired to notify code of "interesting changes" that may affect code execution. These can arise from user interactions such as using a tap or change a input, changes in the state of the underlying environment

Samples:

onTap
onPressed
onChanged
onLongPressed
onBlur
onFocus