focus property

  1. @override
int get focus
override

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

Implementation

@override
int get focus => _indexOn(anchorEdge.opposite);