selectionLayerLinks property

SelectionLayerLinks? selectionLayerLinks
final

Leader links that connect leader widgets near the user's selection to carets, handles, and other things that want to follow the selection.

These links are always created and used within SuperEditor. By providing an explicit selectionLayerLinks, external widgets can also follow the user's selection.

Implementation

final SelectionLayerLinks? selectionLayerLinks;