focus property

  1. @override
IntVector2 get focus
override

The edge that should include focusCoordinate. Focus should correspond the edge that should be changed in a expansion operation.

Implementation

@override
IntVector2 get focus => _coordinatesOn(anchorCorner.opposite);