Footer constructor

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

Implementation

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