EFStyleBubbleParams

public class EFStyleBubbleParams : EFStyleParams

Parameters for bubble-style QR code styling.

This class defines the styling parameters for bubble-style QR codes, which feature rounded, bubble-like data modules with a distinctive appearance. The bubble style creates QR codes with a modern, friendly appearance that stands out from traditional square-based QR codes.

## Features

  • Bubble-shaped data modules
  • Customizable data colors
  • Position detection pattern styling
  • Icon and backdrop support
  • Modern, friendly appearance

## Usage

 let params = EFStyleBubbleParams(
     icon: icon,
     backdrop: backdrop,
     dataColor: .blue,
     dataCenterColor: .white,
     position: position
 )

 let style = EFQRCodeStyle.bubble(params)

## Visual Characteristics

  • Data modules appear as rounded bubbles
  • Position detection patterns can be styled independently
  • Supports custom colors for different elements
  • Creates a modern, approachable appearance