JidoujishoTextSelectionControls constructor
Define text selection controls with custom behaviour.
Implementation
JidoujishoTextSelectionControls({
required this.stashAction,
required this.shareAction,
required this.allowCopy,
required this.allowCut,
required this.allowPaste,
required this.allowSelectAll,
this.searchAction,
this.handleColor,
this.creatorAction,
this.sentenceAction,
});