offset property

Offset? offset
final

Offset set up the offset from the position that the widget would normally render, e.g. Offset(50, 20) would render 50 pixels to the right and 20 below the normal location Offset(-50, -20) would render 50 pixels to the left and 20 above the normal location

Implementation

final Offset? offset;