18 Widget
build(BuildContext context) {
19 return ElevatedButton(
21 style: ElevatedButton.styleFrom(
23 foregroundColor: Colors.white,
24 padding: EdgeInsets.symmetric(vertical: 16.h),
25 shape: RoundedRectangleBorder(
26 borderRadius: BorderRadius.circular(12.r),
29 shadowColor: Colors.black.withValues(alpha: 0.2),
35 child: CircularProgressIndicator(
41 'scheduling.confirm_location'.tr(),
44 fontWeight: FontWeight.w600,