dragStart property

double dragStart
final

The starting position of the drag.

When dragging the reactions, if the dragStart value is 50.0 then the reactions will start to focus only when the drag reach 50px from the left of the screen.

When not specified, dragStart defaults to 40.0.

Implementation

final double dragStart;