buildHandle method
- BuildContext context,
- TextSelectionHandleType type,
- double textHeight,
- [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));