1
This commit is contained in:
parent
46dbbe2578
commit
976b9ad945
@ -286,10 +286,10 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
|
|||||||
height: 70.h,
|
height: 70.h,
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
padding: EdgeInsets.only(
|
padding: EdgeInsets.only(
|
||||||
left: 16,
|
left: 16,
|
||||||
right: 16,
|
right: 16,
|
||||||
top: 15,
|
bottom: MediaQuery.of(context).padding.bottom,
|
||||||
bottom: MediaQuery.of(context).padding.bottom + 15).w,
|
).w,
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user