dx property

double? dx
final

The horizontal axis coordinate to add to the current text position.

If null, use the current text position accumulated since the last reset, or 0 if this represents a reset.

Implementation

final double? dx;