RectangleAttachment constructor

const RectangleAttachment(
  1. Attachment attachment, {
  2. Key? key,
  3. bool inverted = false,
  4. Future<void> onError()?,
})

Implementation

const RectangleAttachment(
  this.attachment, {
  super.key,
  this.inverted = false,
  this.onError,
});