PrettyQrTheme constructor

  1. @literal
const PrettyQrTheme({
  1. required PrettyQrDecoration decoration,
})

Creates a QR code theme data.

Implementation

@literal
const PrettyQrTheme({
  required this.decoration,
});