hitTestMode property

GHitTestMode get hitTestMode

Implementation

GHitTestMode get hitTestMode => _hitTestMode.value;
set hitTestMode (GHitTestMode value)

Implementation

set hitTestMode(GHitTestMode value) => _hitTestMode.value = value;