hitPadding property
getter/setter pair
Additional hit-test tolerance in scene units. (Serialized as part of JSON v2.)
Expected to be finite and non-negative.
Runtime behavior: non-finite values are sanitized by hit-testing/bounds computations and rendering to avoid crashes; JSON serialization rejects invalid values.
Implementation
double hitPadding;