1import 'package:easy_localization/easy_localization.dart';
2import 'package:flutter/material.dart';
3import 'package:flutter_screenutil/flutter_screenutil.dart';
5import '../../../../../../core/ui/theme/color_palette.dart';
8 final bool isLoadingLocation;
13 required this.isLoadingLocation,
14 required this.onPressed,
18 Widget
build(BuildContext context) {
20 width:
double.infinity,
21 child: ElevatedButton(
23 style: ElevatedButton.styleFrom(
25 foregroundColor: Colors.white,
26 padding: EdgeInsets.symmetric(vertical: 16.h),
27 shape: RoundedRectangleBorder(
28 borderRadius: BorderRadius.circular(12.r),
34 'scheduling.continue'.tr(),
37 fontWeight: FontWeight.w600,
style Text( '${ 'scheduling.reference'.tr()}:${collection.internalCode}', style:Theme.of(context).textTheme.bodySmall,)
style SizedBox(height:2.h)