SelectedContent constructor
- required String plainText,
Creates a selected content object.
Only supports plain text.
Implementation
const SelectedContent({required this.plainText});
Creates a selected content object.
Only supports plain text.
const SelectedContent({required this.plainText});