OverlayLayerOptions constructor

const OverlayLayerOptions({
  1. int alpha = 255,
  2. FilterQuality filterQuality = FilterQuality.medium,
  3. int zIndex = 0,
  4. bool showActiveOutline = true,
  5. Color activeOutlineColor = const Color(0xFF2196F3),
  6. double activeOutlineWidth = 2.0,
})

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,
});