AccountAvatar constructor

const AccountAvatar({
  1. Key? key,
  2. required IReownAppKitModal appKit,
  3. double size = 40.0,
  4. bool disabled = false,
})

Implementation

const AccountAvatar({
  super.key,
  required this.appKit,
  this.size = 40.0,
  this.disabled = false,
});