EditorSvg constructor

const EditorSvg({
  1. Key? key,
  2. String? name,
  3. double? width,
  4. double? height,
  5. Color? color,
  6. int? number,
  7. EdgeInsets? padding,
})

Implementation

const EditorSvg({
  super.key,
  this.name,
  this.width,
  this.height,
  this.color,
  this.number,
  this.padding,
});