mirror of
https://github.com/TrentSPalmer/concise-pdx.git
synced 2024-11-21 12:41:30 -08:00
spelling correction streetareas.dart
This commit is contained in:
parent
157189d0d3
commit
da9e753199
@ -72,7 +72,7 @@ class _StreetAreasState extends State<StreetAreas> {
|
|||||||
onTap: () async {
|
onTap: () async {
|
||||||
await Navigator.push(context, MaterialPageRoute(builder: (context) => SouthWestStreets()));
|
await Navigator.push(context, MaterialPageRoute(builder: (context) => SouthWestStreets()));
|
||||||
},
|
},
|
||||||
child: cardOne('South West'),
|
child: cardOne('SouthWest'),
|
||||||
),
|
),
|
||||||
InkWell(
|
InkWell(
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
|
Loading…
Reference in New Issue
Block a user