FeesNotice constructor

const FeesNotice({
  1. Key? key,
  2. required String rate,
  3. String url = 'https://feexpay.me/fr/pricing',
})

Implementation

const FeesNotice(
    {super.key,
    required this.rate,
    this.url = 'https://feexpay.me/fr/pricing'});