isSelectionWithinTextBounds method

  1. @override
bool isSelectionWithinTextBounds(
  1. TextSelection selection
)

Implementation

@override
bool isSelectionWithinTextBounds(TextSelection selection) =>
    _textController.isSelectionWithinTextBounds(selection);