PrefixImp constructor

const PrefixImp({
  1. String? title,
  2. double? scale,
  3. double? constraintsHeight,
  4. double? constraintsWidth,
  5. String? iconImage,
  6. IconData? iconData,
  7. Color? color,
  8. double? size,
  9. Widget? widget,
  10. double? fontSize,
  11. FontWeight? fontWeight,
})

Implementation

const PrefixImp( {
  this.title,this.scale,
  this.constraintsHeight,
  this.constraintsWidth,
  this.iconImage,
  this.iconData,
  this.color,
  this.size,
  this.widget,
  this.fontSize,
  this.fontWeight,
});