浏览代码

Remove constant.

/main
Yuncong Zhang 6 年前
当前提交
af5c19d6
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 2
      Runtime/material/icon_button.cs

2
Runtime/material/icon_button.cs


public class IconButton : StatelessWidget {
const double _kMinButtonSize = 48.0;
public IconButton(
Key key = null,
double iconSize = 24.0,

正在加载...
取消
保存