touched property

bool touched

Gets true if the widget is touched, otherwise return false.

Implementation

bool get touched => control.touched;