1import 'package:flutter/material.dart';
2import 'package:flutter_screenutil/flutter_screenutil.dart';
10 required this.isSelected,
11 required this.onChanged,
15 Widget
build(BuildContext context) {
17 padding: EdgeInsets.symmetric(horizontal: 15.sp, vertical: 16.sp),
26 shape: RoundedRectangleBorder(
27 borderRadius: BorderRadius.circular(4),
29 side: BorderSide(width: 1.5,
color: Colors.grey[400]!),
37 fontWeight: FontWeight.w500,
38 color: Colors.grey[700],
style Text( '${ 'scheduling.reference'.tr()}:${collection.internalCode}', style:Theme.of(context).textTheme.bodySmall,)
style SizedBox(height:2.h)