some changes
This commit is contained in:
@@ -92,10 +92,7 @@ class MobileShellPage extends StatelessWidget {
|
||||
width: 64.0.w(),
|
||||
height: 72.0.h(),
|
||||
child: Padding(
|
||||
padding:
|
||||
iconPath != AssetsManager.notify
|
||||
? EdgeInsets.only(top: 12.0.h(), bottom: 14.0.h())
|
||||
: EdgeInsets.only(top: 6.0.h(), bottom: 12.0.h()),
|
||||
padding: EdgeInsets.only(top: 12.0.h(), bottom: 14.0.h()),
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user