origin property

Alignment origin
final

Defines where the origin of the pointer should be. If the origin is set to Alignment.center, as the pointer moves away from the center of the screen, the curvedValue value will increase. If the origin is set to Alignment.topLeft, as the pointer moves away from the top left corner of the screen, the curvedValue value will increase.

Implementation

final Alignment origin;