PumaAboutUS constructor

PumaAboutUS({
  1. required Map<String, String> people,
  2. String website = "",
  3. String subtitle = "",
})

Implementation

PumaAboutUS({
  required this.people,
  this.website = "",
  this.subtitle = "",
  this.logo = "logoWID_Color.png",
});