AnimatedQRCode constructor
const
AnimatedQRCode({
- Key? key,
- required UREncoder urEncoder,
- AnimatedQRCodeStyle style = const AnimatedQRCodeStyle.factory(),
Implementation
const AnimatedQRCode({super.key, required this.urEncoder, this.style = const AnimatedQRCodeStyle.factory()});