Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. return Container(
  2. width: MediaQuery.of(context).size.width * 0.6,
  3. child: Card(
  4. color: Colors.blue,
  5. child: Container(
  6. child: Center(child: Text(dataStep[index].toString(), style: TextStyle(color: Colors.white, fontSize: 36.0),)),
  7. ),
  8. ),
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement