FPortalArrowAlignment.start constructor

const FPortalArrowAlignment.start(
  1. double offset
)

Places the arrow offset from the portal edge's start.

The start is the:

  • Left if horizontal and LTR.
  • Right if horizontal and RTL.
  • Top if vertical.

Implementation

const factory start(double offset) = _Start;