hitTestSelf method

  1. @override
bool hitTestSelf(
  1. Offset position
)
override

Returns true to indicate this render box should handle pointer events.

Implementation

@override
bool hitTestSelf(Offset position) => true;