|
@@ -54,7 +54,7 @@ class GrantPermissionsWidget extends StatelessWidget {
|
|
Container(
|
|
Container(
|
|
width: double.infinity,
|
|
width: double.infinity,
|
|
padding: EdgeInsets.only(
|
|
padding: EdgeInsets.only(
|
|
- left: 20, right: 20, bottom: Platform.isIOS ? 24 : 60),
|
|
|
|
|
|
+ left: 20, right: 20, bottom: Platform.isIOS ? 84 : 60),
|
|
child: OutlinedButton(
|
|
child: OutlinedButton(
|
|
child: Text("Grant permission"),
|
|
child: Text("Grant permission"),
|
|
onPressed: () async {
|
|
onPressed: () async {
|