onViewTouchOver property

(dynamic Function(int, Widget, String?)?) onViewTouchOver
final

this event fire every time when user remove touch from view.

Implementation

final Function(int, Widget, String?)? onViewTouchOver;