AnimatedQRCode constructor

const AnimatedQRCode({
  1. Key? key,
  2. required UREncoder urEncoder,
  3. AnimatedQRCodeStyle style = const AnimatedQRCodeStyle.factory(),
})

Implementation

const AnimatedQRCode({super.key, required this.urEncoder, this.style = const AnimatedQRCodeStyle.factory()});