CaptchaView constructor
CaptchaView({})
Implementation
CaptchaView(
{Key? key,
this.width = double.infinity,
this.height = 40,
this.backgroundColor = Colors.white,
this.style = const TextStyle(fontSize: 18),
this.text = '',
this.lineColors,
this.decoration = const BoxDecoration(color: Colors.white)})
: super(key: key);