getHandleSize method

  1. @override
Size getHandleSize(
  1. double textLineHeight
)
override

Returns the size of the selection handle.

Implementation

@override
Size getHandleSize(double textLineHeight) => Size.zero;