MatrixWidget.custom constructor
creates an m.custom
MatrixWidget
Implementation
factory MatrixWidget.custom(Room room, String name, Uri url) => MatrixWidget(
room: room,
name: name,
type: 'm.custom',
url: url.toString(),
data: {
'url': url.toString(),
},
);