플랜 프토토타입 완료

This commit is contained in:
girinb
2025-07-16 00:23:54 +09:00
parent 5f79863698
commit a926d9c7bc
4 changed files with 124 additions and 57 deletions

View File

@@ -112,11 +112,7 @@ class _MyHomePageState extends State<MyHomePage> {
onTap: _navigateToProfileTab,
customBorder: const CircleBorder(),
child: const CircleAvatar(
backgroundColor: Colors.grey,
child: Icon(
Icons.person,
color: Colors.white,
),
backgroundImage: NetworkImage('https://manostmboy.github.io/temp/dumass.png'),
),
),
),