BarcodeTrackingAdvancedOverlayContainer constructor
      
      BarcodeTrackingAdvancedOverlayContainer({ 
    
    
- Key? key,
- AlignmentGeometry? alignment,
- EdgeInsetsGeometry? padding,
- Color? color,
- Decoration? decoration,
- Decoration? foregroundDecoration,
- double? width,
- double? height,
- BoxConstraints? constraints,
- EdgeInsetsGeometry? margin,
- Matrix4? transform,
- AlignmentGeometry? transformAlignment,
- Widget? child,
- Clip clipBehavior = Clip.none,
Implementation
BarcodeTrackingAdvancedOverlayContainer({
  super.key,
  super.alignment,
  super.padding,
  super.color,
  super.decoration,
  super.foregroundDecoration,
  super.width,
  super.height,
  super.constraints,
  super.margin,
  super.transform,
  super.transformAlignment,
  super.child,
  super.clipBehavior,
});