CuoralLauncher constructor
const
CuoralLauncher({})
Implementation
const CuoralLauncher({
super.key,
required this.publicKey,
this.backgroundColor = Colors.blueAccent,
this.icon = const Icon(Icons.chat),
this.isVisible = true,
this.position = Alignment.bottomRight,
this.email,
this.firstName,
this.lastName,
});