rfac: Removed basic transforms and adjusted borders
This commit is contained in:
@@ -347,10 +347,6 @@ Widget wrapAttachmentWidget(
|
||||
clipBehavior: Clip.antiAlias,
|
||||
shape: attachmentShape,
|
||||
type: MaterialType.transparency,
|
||||
child: Transform(
|
||||
transform: Matrix4.rotationY(reverse ? pi : 0),
|
||||
alignment: Alignment.center,
|
||||
child: attachmentWidget,
|
||||
),
|
||||
child: attachmentWidget,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user