CustomSingleChildLayoutDelegate constructor

const CustomSingleChildLayoutDelegate(
  1. Size subjectSize,
  2. Offset offset
)

Implementation

const CustomSingleChildLayoutDelegate(
  this.subjectSize,
  this.offset,
);