RectangleAttachment constructor

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

Implementation

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