ZwapLoadingButton constructor

ZwapLoadingButton({
  1. Key? key,
  2. required ZwapButton zwapButton,
  3. required bool isLoading,
})

Implementation

ZwapLoadingButton({Key? key,
  required this.zwapButton,
  required this.isLoading
}): super(key: key);