mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 18:14:21 +01:00
change logo comp
This commit is contained in:
@@ -7,10 +7,12 @@ class LogoComponent extends StatelessWidget {
|
||||
// this should be change to a logo image
|
||||
width: 40,
|
||||
height: 40,
|
||||
color: Colors.red,
|
||||
child: Icon(
|
||||
Icons.image,
|
||||
size: 40,
|
||||
child: const Image(
|
||||
image: AssetImage(
|
||||
"assets/imgs/logo/logo512.png",
|
||||
),
|
||||
width: 40,
|
||||
height: 40,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user