GuardlineWidget constructor

const GuardlineWidget(
  1. String token, {
  2. required GuardlineCallback onResult,
  3. Key? key,
})

Implementation

const GuardlineWidget(
  this.token, {
  required this.onResult,
  //this.lightColors,
  //this.darkColors,
  super.key,
});