AddressButton constructor
const
AddressButton({
- Key? key,
- required IReownAppKitModal service,
- BaseButtonSize size = BaseButtonSize.regular,
- String? assetPath,
- bool showNetwork = false,
- VoidCallback? onTap,
- Widget? child,
Implementation
const AddressButton({
super.key,
required this.service,
this.size = BaseButtonSize.regular,
this.assetPath,
this.showNetwork = false,
this.onTap,
this.child,
});