kDefaultDecorationShape constant

  1. @Deprecated('Please use `PrettyQrTheme.fallback` instead. ' 'This feature was deprecated after v3.3.0.')
PrettyQrSmoothSymbol const kDefaultDecorationShape

The default QR code shape.

This value is used by default to paint QR codes.

Implementation

@Deprecated(
  'Please use `PrettyQrTheme.fallback` instead. '
  'This feature was deprecated after v3.3.0.',
)
static const kDefaultDecorationShape = PrettyQrSmoothSymbol();