touched property

bool touched
inherited

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

Implementation

bool get touched => control.touched;