hitTestBehavior property

HitTestBehavior? hitTestBehavior
final

Determines how hit testing is handled for the top header, header, and footer widgets.

If set to null, the default hit testing behavior is applied. This property specifically affects how these widgets respond to pointer events, such as taps and gestures.

For available values and their effects, see HitTestBehavior.

Implementation

final HitTestBehavior? hitTestBehavior;