Commit 1b578e9e authored by Hans Muller's avatar Hans Muller

message string

parent 6f226615
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment