浏览代码

fix typo.

/main
kg 6 年前
当前提交
5b72935c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/rendering/proxy_box.cs

2
Runtime/rendering/proxy_box.cs


Color color = null,
Color shadowColor = null
) : base(child: child,
elevation = elevation,
elevation: elevation,
color: color,
shadowColor: shadowColor ?? new Color(0xFF000000),
clipper: clipper,

正在加载...
取消
保存