TextPasteController constructor
TextPasteController({
- TextPasteReferenceStore? references,
Implementation
TextPasteController({TextPasteReferenceStore? references})
: _references = references ?? TextPasteReferenceStore();