FXQrScanner constructor

const FXQrScanner({
  1. Key? key,
  2. Color? appBarColor = Colors.white,
  3. Color? buttonColor = Colors.black,
  4. double? fontSize = fontSizeXL,
})

Implementation

const FXQrScanner({
  Key? key,
  this.appBarColor = Colors.white,
  this.buttonColor = Colors.black,
  this.fontSize = fontSizeXL,
}) : super(key: key);