RectangleAttachment constructor
- Attachment attachment, {
- Key? key,
- bool inverted = false,
- Future<
void> onError()?,
Implementation
const RectangleAttachment(
this.attachment, {
super.key,
this.inverted = false,
this.onError,
});
const RectangleAttachment(
this.attachment, {
super.key,
this.inverted = false,
this.onError,
});