TopImageTextButton constructor
TopImageTextButton({})
Implementation
TopImageTextButton({
Key? key,
this.width,
this.height,
this.color,
this.iconHeight,
this.iconLeftRightSpace,
this.iconTitleSpace,
this.titleHeight,
this.clickHandle,
this.imageView,
this.textLabel,
this.onTap,
this.onDoubleTap,
this.onLongPress,
}) : super(key: key);