ShimmerButton constructor
const
ShimmerButton({})
Implementation
const ShimmerButton({
super.key,
required this.text,
required this.onTap,
this.width,
this.height,
this.icon,
this.isLoading = false,
this.primaryColor,
this.secondaryColor,
this.accentColor,
});