spritePositions property

Map<String, Offset> spritePositions
final

Named relative positions of the sprites on a scene. Each position is represented as Offset from the center of the screen, where (-1, -1) is the top-left corner, and (1, 1) is the bottom-right one.

Implementation

final Map<String, Offset> spritePositions;