PrimaryImageButton constructor
const
PrimaryImageButton({})
Creates a PrimaryImageButton.
The imagePath parameter must not be null.
Implementation
const PrimaryImageButton({
super.key,
this.activeBackgroundColor,
this.disabledBackgroundColor,
this.activeForegroundColor,
this.disabledForegroundColor,
this.isLoading = false,
this.onTap,
this.buttonHeight = 34,
this.width,
this.radius = 4,
required this.imagePath,
});