浏览代码

Fix mistake.

/main
Yuncong Zhang 6 年前
当前提交
28fb0b95
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 3
      Runtime/widgets/banner.cs

3
Runtime/widgets/banner.cs


) {
D.assert(message != null);
D.assert(location != null);
D.assert(textStyle != null);
this.color = color ?? BannerConstants._kColor;
this.message = message;
this.location = location;

TextStyle textStyle = null
) : base(key: key) {
D.assert(message != null);
D.assert(color != null);
D.assert(textStyle != null);
this.child = child;
this.message = message;
this.location = location;

正在加载...
取消
保存