showAutoPanZone property

bool get showAutoPanZone

Whether the autopan zone debug layer should be shown.

Implementation

bool get showAutoPanZone =>
    this == DebugMode.all || this == DebugMode.autoPanZone;