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