children property
final
The children that will be displayed in the text selection toolbar.
Typically these are buttons.
Must not be empty.
See also:
- CupertinoDesktopTextSelectionToolbarButton, which builds a default macOS-style text selection toolbar text button.
Implementation
final List<Widget> children;