19 Widget
build(BuildContext context) {
22 decoration: BoxDecoration(
24 borderRadius: BorderRadius.circular(12.r),
27 color: Colors.black.withValues(alpha: 0.1),
29 offset:
const Offset(0, 2),
36 FluentIcons.location_16_filled,
48 child: CircularProgressIndicator(
50 valueColor: AlwaysStoppedAnimation<Color>(
57 'scheduling.getting_address'.tr(),
60 color: Colors.grey[600],
69 fontWeight: FontWeight.w500,
70 color: Colors.black87,
73 overflow: TextOverflow.ellipsis,