From a1274736fedc61f684bc74b660fe985abd471987 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Mon, 2 Nov 2015 16:30:27 -0800 Subject: [PATCH] message string --- examples/widgets/card_collection.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/widgets/card_collection.dart b/examples/widgets/card_collection.dart index a8dd13f293a45..b96e59670ed1d 100644 --- a/examples/widgets/card_collection.dart +++ b/examples/widgets/card_collection.dart @@ -276,7 +276,7 @@ class CardCollectionState extends State { 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}") ) ) );