DesktopTextSelectionToolbarLayoutDelegate constructor

DesktopTextSelectionToolbarLayoutDelegate(
  1. {required Offset anchor}
)

Creates an instance of TextSelectionToolbarLayoutDelegate.

Implementation

DesktopTextSelectionToolbarLayoutDelegate({
  required this.anchor,
});