FormattedTextSelectionControls constructor

FormattedTextSelectionControls({
  1. List<FormattedTextToolbarAction>? actions,
})

Implementation

FormattedTextSelectionControls({
  this.actions,
});