ShapeProperties constructor

ShapeProperties({
  1. Autofit? autofit,
  2. String? contentAlignment,
  3. Link? link,
  4. Outline? outline,
  5. Shadow? shadow,
  6. ShapeBackgroundFill? shapeBackgroundFill,
})

Implementation

ShapeProperties({
  this.autofit,
  this.contentAlignment,
  this.link,
  this.outline,
  this.shadow,
  this.shapeBackgroundFill,
});