mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-03 18:18:39 -05:00
fix: styles
This commit is contained in:
@@ -13,9 +13,8 @@ class Avatar extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return Link(
|
||||
onTap: () {
|
||||
Navigator.of(context).push(
|
||||
CupertinoPageRoute(builder: (_) => UserScreen(login)),
|
||||
);
|
||||
Navigator.of(context)
|
||||
.push(CupertinoPageRoute(builder: (_) => UserScreen(login)));
|
||||
},
|
||||
child: CircleAvatar(
|
||||
backgroundColor: Colors.transparent,
|
||||
|
||||
Reference in New Issue
Block a user