CustomMaterialTextSelectionControl constructor

CustomMaterialTextSelectionControl({
  1. required ValueChanged<TextSelectionDelegate> onPaste,
})

Implementation

CustomMaterialTextSelectionControl({
  required this.onPaste,
});