feat(http):http webview top
This commit is contained in:
@@ -129,7 +129,7 @@ class _CustomerWebViewState extends State<CustomerWebView> {
|
|||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
onTap: () => Navigator.pop(context),
|
onTap: () => Navigator.pop(context),
|
||||||
child: Container(
|
child: Container(
|
||||||
margin: const EdgeInsets.only(left: 16, top: 16),
|
margin: const EdgeInsets.only(left: 16, top: 24),
|
||||||
width: 44,
|
width: 44,
|
||||||
height: 44,
|
height: 44,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
|
|||||||
Reference in New Issue
Block a user