getMaxHighlightDistance method

  1. @override
double? getMaxHighlightDistance()
override

Returns the maximum distance in scren dp a touch can be away from an entry to cause it to get highlighted.

@return

Implementation

@override
double? getMaxHighlightDistance() {
  return _maxHighlightDistance;
}