Footer constructor Null safety

Footer(
  1. {required String text,
  2. String? iconUrl,
  3. String? proxyIconUrl}
)

Implementation

Footer({ required this.text, this.iconUrl, this.proxyIconUrl });