NZImageButton constructor
const
NZImageButton({})
Implementation
const NZImageButton({
super.key,
required this.image,
this.onPressed,
this.child,
this.label,
this.width,
this.height = 180.0,
this.borderRadius = 12.0,
this.block = false,
this.opacity = 0.8,
this.color,
this.foregroundColor,
}) : assert(child != null || label != null, '必须提供 child 或 label');