NativeOverlayConfig constructor

NativeOverlayConfig({
  1. required String name,
  2. double alpha = 1.0,
  3. bool hidden = false,
  4. bool needsAnimation = true,
})

Implementation

NativeOverlayConfig({required this.name, this.alpha = 1.0, this.hidden = false, this.needsAnimation = true});