AdaptiveTextSelectionToolbar constructor

const AdaptiveTextSelectionToolbar({
  1. Key? key,
  2. required List<Widget>? children,
  3. required TextSelectionToolbarAnchors anchors,
})

Create an instance of AdaptiveTextSelectionToolbar with the given children.

See also:

Implementation

const AdaptiveTextSelectionToolbar({super.key, required this.children, required this.anchors})
  : buttonItems = null;