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