1import 'package:easy_localization/easy_localization.dart';
2import 'package:flutter/material.dart';
3import 'package:flutter_screenutil/flutter_screenutil.dart';
4import 'package:fluentui_system_icons/fluentui_system_icons.dart';
6import '../../../../../../core/ui/theme/color_palette.dart';
14 required this.isLoadingLocation,
15 required this.currentAddress,
19 Widget
build(BuildContext context) {
22 decoration: BoxDecoration(
24 borderRadius: BorderRadius.circular(12.r),
33 FluentIcons.location_16_filled,
45 child: CircularProgressIndicator(
47 valueColor: AlwaysStoppedAnimation<Color>(
54 'scheduling.getting_current_location'.tr(),
58 fontWeight: FontWeight.w500,
68 fontWeight: FontWeight.w600,
71 overflow: TextOverflow.ellipsis,
static const antiFlashWhite
style Text( '${ 'scheduling.reference'.tr()}:${collection.internalCode}', style:Theme.of(context).textTheme.bodySmall,)
style SizedBox(height:2.h)