浏览代码

Fix issue.

/main
Yuncong Zhang 5 年前
当前提交
4978cfae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/material/float_action_button.cs

2
Runtime/material/float_action_button.cs


) {
D.assert(elevation >= 0.0f);
D.assert(highlightElevation >= 0.0f);
D.assert(disabledElevation != null && disabledElevation >= 0.0f);
D.assert(disabledElevation == null || disabledElevation >= 0.0f);
D.assert(icon != null);
D.assert(label != null);
heroTag = heroTag ?? new _DefaultHeroTag();

正在加载...
取消
保存