behavior property
How the this widget's GestureDetector should behave when hit testing.
See also:
- GestureDetector.behavior, which defaults to HitTestBehavior.deferToChild if child is not null and HitTestBehavior.translucent if child is null.
Implementation
final HitTestBehavior? behavior;