buildHandle method

  1. @override
Widget buildHandle(
  1. BuildContext context,
  2. TextSelectionHandleType type,
  3. double textHeight,
  4. [VoidCallback? onTap]
)
override

Builder for material-style text selection handles.

Implementation

@override
Widget buildHandle(
        BuildContext context, TextSelectionHandleType type, double textHeight,
        [VoidCallback? onTap]) =>
    _wrapWithThemeData(
        (context) => _controls.buildHandle(context, type, textHeight, onTap));