Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. return Text('$indexMain');
  2. return Row(
  3. children: <Widget>[
  4. new Text(dataStep[index]),
  5. // boxStep(dataStep[index], Colors.grey),
  6. // boxStep(dataStep[index+1], Colors.grey),
  7. // boxStepUnSpacer(dataStep[index+2], Colors.grey),
  8. ],
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement