ButtonClickWidget constructor

const ButtonClickWidget(
  1. String imageNormal,
  2. String imageClick,
  3. String imageUn,
  4. double width,
  5. double height,
  6. String imageIcon,
  7. String imageUrl,
  8. String load,
  9. Color colorBg,
  10. Color colorProgress, {
  11. Key? key,
  12. Widget? child,
  13. Widget? child2,
  14. Function? click,
  15. double? top,
  16. double? top2,
})

Implementation

const ButtonClickWidget(
    this.imageNormal,
    this.imageClick,
    this.imageUn,
    this.width,
    this.height,
    this.imageIcon,
    this.imageUrl,
    this.load,
    this.colorBg,
    this.colorProgress,
    {Key? key,
    this.child,
    this.child2,
    this.click,
    this.top,
    this.top2})
    : super(key: key);