AnimatedQRCodeStyle constructor

AnimatedQRCodeStyle({
  1. double size = 200,
})

Implementation

AnimatedQRCodeStyle({
  this.size = 200,
});