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