anchor property

Point<double>? anchor
final

An anchor is used to alter image placement. Normalized: (0.0f, 0.0f) denotes the top left image corner; (1.0f, 1.0f) denotes bottom right. Default is (0.5f, 0.5f).

Implementation

final math.Point<core.double>? anchor;