AtomicTransactLogo constructor

AtomicTransactLogo({
  1. required String url,
  2. String? backgroundColor,
})

Implementation

AtomicTransactLogo({
  required this.url,
  this.backgroundColor,
});