GuardlineWidget constructor
const
GuardlineWidget(
- String token, {
- required GuardlineCallback onResult,
- Key? key,
Implementation
const GuardlineWidget(
this.token, {
required this.onResult,
//this.lightColors,
//this.darkColors,
super.key,
});