UdSvgButton constructor

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

Implementation

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