OverlayLayerOptions constructor
const
OverlayLayerOptions({})
Implementation
const OverlayLayerOptions({
this.alpha = 255,
this.filterQuality = FilterQuality.medium,
this.zIndex = 0,
this.showActiveOutline = true,
this.activeOutlineColor = const Color(0xFF2196F3),
this.activeOutlineWidth = 2.0,
});