useScaledOffset property

bool useScaledOffset
final

Whether of not the offset should be scaled to the available canvas size.

If this is true, the offset values will need to be between 0.0 and 1.0 (inclusive). If this is false, the offset values will need to be between 0.0 and the available canvas size (inclusive).

Implementation

final bool useScaledOffset;