NetworkButton constructor
const
NetworkButton({
- Key? key,
- String? title,
- BaseButtonSize size = BaseButtonSize.regular,
- ReownAppKitModalStatus serviceStatus = ReownAppKitModalStatus.idle,
- ReownAppKitModalNetworkInfo? chainInfo,
- VoidCallback? onTap,
- bool iconOnly = false,
- bool iconOnRight = false,
- String? iconUrl,
Implementation
const NetworkButton({
super.key,
this.title,
this.size = BaseButtonSize.regular,
this.serviceStatus = ReownAppKitModalStatus.idle,
this.chainInfo,
this.onTap,
this.iconOnly = false,
this.iconOnRight = false,
this.iconUrl,
});