RectProperties constructor
const
RectProperties({
- required ResponsiveRect rect,
- bool flipRectWhileResizing = false,
- bool flipChild = false,
- bool constraintsEnabled = false,
- bool resizable = false,
- bool movable = false,
- bool hideHandlesWhenNotResizable = false,
- ResponsiveAlignment verticalAlign = ResponsiveAlignment.start,
- ResponsiveAlignment horizontalAlign = ResponsiveAlignment.start,
Implementation
const RectProperties({
required this.rect,
this.flipRectWhileResizing = false,
this.flipChild = false,
this.constraintsEnabled = false,
this.resizable = false,
this.movable = false,
this.hideHandlesWhenNotResizable = false,
this.verticalAlign = ResponsiveAlignment.start,
this.horizontalAlign = ResponsiveAlignment.start,
});