AppButton constructor Null safety

AppButton(
  1. Color color,
  2. Widget? icon,
  3. String? text,
  4. String? package,
  5. String? url
)

Implementation

AppButton(this.color, this.icon, this.text, this.package, this.url);