selectionControls property

MaterialTextSelectionControls selectionControls

Get the selection controls for a SelectableText.

Implementation

MaterialTextSelectionControls get selectionControls =>
    JidoujishoTextSelectionControls(
      searchAction: onSearch,
      stashAction: onStash,
      shareAction: onShare,
      allowCopy: true,
      allowSelectAll: true,
      allowCut: true,
      allowPaste: true,
    );