RectCoordinate constructor
const
RectCoordinate({})
Implementation
const RectCoordinate({
this.leftMargin = const SNumber.number(0),
this.topMargin = const SNumber.number(0),
this.rightMargin = const SNumber.number(0),
this.bottomMargin = const SNumber.number(0),
this.width,
this.height,
super.id,
super.show,
});