ZwapLoadingButton constructor
ZwapLoadingButton({
- Key? key,
- required ZwapButton zwapButton,
- required bool isLoading,
Implementation
ZwapLoadingButton({Key? key,
required this.zwapButton,
required this.isLoading
}): super(key: key);