|
|
|
@ -70,7 +70,7 @@ class _AskPermissionDialogState extends State<AskPermissionDialog> {
|
|
|
|
height: MediaQuery.of(context).size.height / 6,
|
|
|
|
height: MediaQuery.of(context).size.height / 6,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
AppButton(
|
|
|
|
AppButton(
|
|
|
|
fontColor: Theme.of(context).backgroundColor,
|
|
|
|
// fontColor: Theme.of(context).backgroundColor,
|
|
|
|
color: Colors.red[700]!,
|
|
|
|
color: Colors.red[700]!,
|
|
|
|
title: "Turn On Camera, Microphone",
|
|
|
|
title: "Turn On Camera, Microphone",
|
|
|
|
onPressed: () async {
|
|
|
|
onPressed: () async {
|
|
|
|
|