Add dex ID numbers below the entries
This commit is contained in:
parent
7b8827284a
commit
bac453607d
2 changed files with 5 additions and 1 deletions
|
@ -101,6 +101,10 @@ class _HomeState extends State<Home> {
|
|||
Pokemon.values[index].name,
|
||||
style: TextStyle(fontSize: 32, color: Colors.black),
|
||||
),
|
||||
Text(
|
||||
"#${Pokemon.values[index].id}",
|
||||
style: TextStyle(fontSize: 24, color: Colors.black),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue