AccountAvatar constructor
const
AccountAvatar({
- Key? key,
- required IReownAppKitModal appKit,
- double size = 40.0,
- bool disabled = false,
Implementation
const AccountAvatar({
super.key,
required this.appKit,
this.size = 40.0,
this.disabled = false,
});