buildHandle method

Widget buildHandle (BuildContext context, TextSelectionHandleType type, double textLineHeight)

Builds a selection handle of the given type.

The top left corner of this widget is positioned at the bottom of the selection position.

Implementation

Widget buildHandle(BuildContext context, TextSelectionHandleType type, double textLineHeight);