down property Null safety
final
Set if the pointer is currently down.
For touch and stylus pointers, this means the object (finger, pen) is in contact with the input surface. For mice, it means a button is pressed.
Implementation
final bool down;