CuoralWidget constructor
CuoralWidget({})
Implementation
CuoralWidget({
super.key,
required this.publicKey,
this.showWidget = true,
this.firstName,
this.lastName,
this.email,
}) : assert(publicKey.isNotEmpty, "publicKey must not be empty");