containsLocalPoint method

  1. @override
bool containsLocalPoint(
  1. Vector2 point
)

Always returns true to catch all tap events globally.

Implementation

@override
/// Always returns true to catch all tap events globally.
bool containsLocalPoint(Vector2 point) => true;