hitTestBehavior property

HitTestBehavior? hitTestBehavior
final

The behavior of the button when it comes to hit testing.

This determines whether the button responds to touch events and how it interacts with other widgets in the hit test hierarchy.

Implementation

final HitTestBehavior? hitTestBehavior;