LaunchLogos constructor
Implementation
const LaunchLogos({
Key? key,
required this.width,
this.visaColor,
this.redEnlaceColored = false,
this.libelulaColor,
}) : super(key: key);
const LaunchLogos({
Key? key,
required this.width,
this.visaColor,
this.redEnlaceColored = false,
this.libelulaColor,
}) : super(key: key);