icon property

SvgData get icon

Returns a l10n key label associated with this WithdrawalOption.

Implementation

SvgData get icon => switch (this) {
  .usdt => SvgIcons.withdrawUsdt,
  .paypal => SvgIcons.withdrawPayPal,
  .monobank => SvgIcons.withdrawMonobank,
  .sepa => SvgIcons.withdrawSepa,
};