ElementsProperties constructor
const
ElementsProperties(})
Implementation
const ElementsProperties(
this.mainColor, {
required this.shape,
this.offset = Offset.zero,
this.heightFactor = 1,
this.widthFactor,
this.angle,
this.child,
}) : assert(widthFactor == null || widthFactor >= 0),
assert(heightFactor >= 0);