ActiveOverlayOptions constructor

const ActiveOverlayOptions({
  1. bool showOutline = true,
  2. Color outlineColor = const Color(0xFF2196F3),
  3. double outlineWidth = 2.0,
})

Implementation

const ActiveOverlayOptions({
  this.showOutline = true,
  this.outlineColor = const Color(0xFF2196F3),
  this.outlineWidth = 2.0,
});