TopImageButton constructor
TopImageButton({})
Implementation
TopImageButton({
Key? key,
this.width,
this.height,
this.icon,
required this.title,
this.titleColor,
this.onTap,
this.onDoubleTap,
this.onLongPress,
}) : super(key: key);