AddressButton constructor
const
AddressButton({
- Key? key,
- required IReownAppKitModal service,
- BaseButtonSize size = BaseButtonSize.regular,
- VoidCallback? onTap,
Implementation
const AddressButton({
super.key,
required this.service,
this.size = BaseButtonSize.regular,
this.onTap,
});