浏览代码

update

/main
fzhangtj 6 年前
当前提交
2912d81b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 3
      Samples/UIWidgetSample/TextInputCanvas.cs

3
Samples/UIWidgetSample/TextInputCanvas.cs


{
new SizedBox(width:100, child: new Text("Description")),
new Flexible(child: new Container(
height: 200,
child: new EditableText(maxLines: 1,
child: new EditableText(maxLines: 200,
controller: descController,
focusNode: new FocusNode(),
style: new TextStyle(

正在加载...
取消
保存