buildHandle method

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

Builds the text selection handles, but desktop has none.

Implementation

@override
Widget buildHandle(BuildContext context, TextSelectionHandleType type, double textLineHeight, [VoidCallback? onTap]) {
  return const SizedBox.shrink();
}