TextSelectionToolbarAnchors constructor
Creates an instance of TextSelectionToolbarAnchors directly from the anchor points.
Implementation
const TextSelectionToolbarAnchors({
required this.primaryAnchor,
this.secondaryAnchor,
});
Creates an instance of TextSelectionToolbarAnchors directly from the anchor points.
const TextSelectionToolbarAnchors({
required this.primaryAnchor,
this.secondaryAnchor,
});