opaque property Null safety
final
Whether this entry occludes the entire overlay.
If an entry claims to be opaque, then, for efficiency, the overlay will
skip building entries below that entry unless they have maintainState
set. Defaults to false
.
Implementation
final bool opaque;