TextSelectionToolbarLayoutDelegate constructor
Creates an instance of TextSelectionToolbarLayoutDelegate.
The fitsAbove parameter is optional; if omitted, it will be calculated.
Implementation
TextSelectionToolbarLayoutDelegate({
required this.anchorAbove,
required this.anchorBelow,
this.fitsAbove,
});