no message

parent 17b588a0
...@@ -476,7 +476,7 @@ valueColor: new AlwaysStoppedAnimation<Color>(Color.fromRGBO(69, 85, 79, 1),), ...@@ -476,7 +476,7 @@ valueColor: new AlwaysStoppedAnimation<Color>(Color.fromRGBO(69, 85, 79, 1),),
child: presenter.searchhomeModel == null child: presenter.searchhomeModel == null
? Container() ? Container()
: ListView.builder( : ListView.builder(
itemCount: presenter.searchhomeModel.thTH[0].storeCode.length, itemCount: presenter.searchhomeModel.thTH.length,
itemBuilder: (context, i) { itemBuilder: (context, i) {
// new RaisedButton( // new RaisedButton(
// child: new Text( // child: new Text(
......
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