hitTestSelf method

bool hitTestSelf(
  1. Offset position
)

Whether this box should add itself to a hit-test path.

Implementation

bool hitTestSelf(Offset position) => false;