提交 a1274736 编写于 作者: H Hans Muller

message string

上级 faa349af
......@@ -276,7 +276,7 @@ class CardCollectionState extends State<CardCollection> {
padding: const EdgeDims.only(left: 32.0),
child: new Align(
alignment: const FractionalOffset(0.0, 0.5),
child: new Text("Remaining items ${_cardModels.length}")
child: new Text("Remaining items: ${_cardModels.length}")
)
)
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册