GuardlinePage constructor

const GuardlinePage(
  1. String token, {
  2. Color? primaryColor,
  3. GuardlineCallback? onResult,
  4. Key? key,
})

Implementation

const GuardlinePage(
  this.token, {
  this.primaryColor,
  this.onResult,
  super.key,
});