Update warning size box
This commit is contained in:
parent
9d3fa760ec
commit
3da28fba67
@ -360,8 +360,8 @@ class _VisitPageState extends State<VisitPage> with WidgetsBindingObserver {
|
||||
alignment: Alignment.bottomRight,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.only(right: 90, bottom: 1),
|
||||
child: Container(
|
||||
height: 65.0,
|
||||
child: SizedBox(
|
||||
height: 75.0,
|
||||
width: 65.0,
|
||||
child: FittedBox(
|
||||
child: FloatingActionButton(
|
||||
@ -372,7 +372,6 @@ class _VisitPageState extends State<VisitPage> with WidgetsBindingObserver {
|
||||
if(!controller.authorizationStatusOk) {
|
||||
//await handleOpenLocationSettings();
|
||||
|
||||
print("STATUUSSSS ? ");
|
||||
await showDialog(
|
||||
context: context,
|
||||
barrierDismissible: false,
|
||||
@ -382,7 +381,7 @@ class _VisitPageState extends State<VisitPage> with WidgetsBindingObserver {
|
||||
content: Padding(
|
||||
padding: const EdgeInsets.symmetric(vertical: 20),
|
||||
child: SizedBox(
|
||||
height: 150,
|
||||
height: 215,
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
@ -390,7 +389,7 @@ class _VisitPageState extends State<VisitPage> with WidgetsBindingObserver {
|
||||
const Icon(Icons.my_location, color: kMainColor),
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(10.0),
|
||||
child: Text(TranslationHelper.getFromLocale("locationWarning", visitAppContext), style: TextStyle(color: kMainColor), textAlign: TextAlign.center),
|
||||
child: Text(TranslationHelper.getFromLocale("locationWarning", visitAppContext), style: const TextStyle(color: kMainColor), textAlign: TextAlign.center),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user