未验证 提交 24387981 编写于 作者: J Jonah Williams 提交者: GitHub

Make ImageShader implement Shader for web ui (#12161)

上级 c31583a6
......@@ -1118,7 +1118,7 @@ class PluginUtilities {
}
// TODO(flutter_web): see https://github.com/flutter/flutter/issues/33616.
class ImageShader {
class ImageShader implements Shader {
ImageShader(Image image, TileMode tmx, TileMode tmy, Float64List matrix4);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册