LaunchLogos constructor

const LaunchLogos(
  1. {Key? key,
  2. required double width,
  3. Color? visaColor,
  4. bool redEnlaceColored = false,
  5. Color? libelulaColor}
)

Implementation

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