GuardlinePage constructor
const
GuardlinePage(
- String token, {
- Color? primaryColor,
- GuardlineCallback? onResult,
- Key? key,
Implementation
const GuardlinePage(
this.token, {
this.primaryColor,
this.onResult,
super.key,
});