defaultRProperties constant

RectProperties const defaultRProperties

Implementation

static const defaultRProperties = RectProperties(
  rect: ResponsiveRect(
    rectPhone: defaultRectForMobile,
    rectTablet: null,
    rectLaptop: null,
    rectDesktop: null,
  ),
  flipRectWhileResizing: true,
  flipChild: true,
  constraintsEnabled: false,
  resizable: true,
  movable: true,
  hideHandlesWhenNotResizable: true,
  verticalAlign: ResponsiveAlignment.start,
  horizontalAlign: ResponsiveAlignment.start,
);