Fix issue with menu icon corners not being rounded consistently
This commit is contained in:
parent
ef7b99c992
commit
4d5347013c
@ -184,7 +184,7 @@ class _HomeMenuState extends State<HomeMenu> {
|
||||
onPressed: () => _handleWonderPressed(context, btnData),
|
||||
padding: EdgeInsets.zero,
|
||||
semanticLabel: btnData.title,
|
||||
child: Image.asset(btnData.type.homeBtn, fit: BoxFit.cover),
|
||||
child: SizedBox.expand(child: Image.asset(btnData.type.homeBtn, fit: BoxFit.cover)),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user