ConnectButton constructor
const
ConnectButton({
- Key? key,
- BaseButtonSize size = BaseButtonSize.regular,
- ConnectButtonState state = ConnectButtonState.idle,
- ReownAppKitModalStatus serviceStatus = ReownAppKitModalStatus.idle,
- String? titleOverride,
- VoidCallback? onTap,
Implementation
const ConnectButton({
super.key,
this.size = BaseButtonSize.regular,
this.state = ConnectButtonState.idle,
this.serviceStatus = ReownAppKitModalStatus.idle,
this.titleOverride,
this.onTap,
});