TextPasteController constructor

TextPasteController({
  1. TextPasteReferenceStore? references,
})

Implementation

TextPasteController({TextPasteReferenceStore? references})
  : _references = references ?? TextPasteReferenceStore();