CustomMaterialTextSelectionControl constructor
CustomMaterialTextSelectionControl({
- required ValueChanged<
TextSelectionDelegate> onPaste,
Implementation
CustomMaterialTextSelectionControl({
required this.onPaste,
});