hitTestSelf method

  1. @protected
bool hitTestSelf(
  1. Offset position
)
inherited

Override this to test whether this render object hits at the given position.

Implementation

@protected
bool hitTestSelf(Offset position) => false;