CustomLoaderButton constructor
const
CustomLoaderButton({})
Implementation
const CustomLoaderButton({
super.key,
this.title,
required this.buttonColor,
this.buttonTextColor,
this.buttonTextSize,
required this.isIconButton,
required this.onTap,
this.width,
this.height,
this.icon,
this.iconColor,
this.iconSize,
required this.loaderColor
});