func matchedGeometryEffect<ID>(
id: ID, // group id of views
in namespace: Namespace.ID, // avoid id collision
properties: MatchedGeometryProperties = .frame,
anchor : UnitPoint = .center,
isSource : Bool = true
) -> some View
where ID : Hashable
MGE โฉ animation - matched geometry effect with or without animation.