TextSelectionToolbarItemData constructor
const
TextSelectionToolbarItemData({})
Implementation
const TextSelectionToolbarItemData({
required this.label,
required this.onPressed,
required this.color,
required this.fontSize,
this.icon,
});