UdImageButton constructor

UdImageButton({
  1. String? imagePath,
  2. double? height,
  3. double? width,
  4. EdgeInsets? padding,
  5. Function? function,
  6. bool? skipTraversal,
})

Implementation

UdImageButton({
  this.imagePath,
  this.height,
  this.width,
  this.padding,
  this.function,
  this.skipTraversal,
});