AdMusicLoadingButton constructor
const
AdMusicLoadingButton({})
Implementation
const AdMusicLoadingButton({
Key? key,
required this.buttonText,
this.onTap,
this.isLoading: false,
this.primary: true,
this.margin,
this.height,
this.backgoundColor,
this.shadow: false,
this.textColor,
}) : super(key: key);