onStart property

(dynamic Function(MoveDetails details)?) onStart
final

A pointer has contacted the screen and starting to move.

Implementation

final Function(MoveDetails details)? onStart;