PatchbaySemanticsRectWire constructor
const
PatchbaySemanticsRectWire({})
Creates a fully validated wire value.
Implementation
const PatchbaySemanticsRectWire({
required this.left,
required this.top,
required this.width,
required this.height,
});