hitPath property

Path? hitPath
final

An arbitrary pixel shape that selects this datum on tap — for wedges and other non-rectangular areas (pie/donut/polar/sunburst slices, funnel segments). Checked after region; falls back to nearest-center if both are null.

Implementation

final Path? hitPath;