|
|
|
@ -31,16 +31,16 @@ import 'package:hmg_patient_app_new/extensions/string_extensions.dart';
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|
mainAxisSize: MainAxisSize.min,
|
|
|
|
mainAxisSize: MainAxisSize.min,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
const Text(
|
|
|
|
// const Text(
|
|
|
|
"Please select a profile",
|
|
|
|
// "Please select a profile",
|
|
|
|
style: TextStyle(fontSize: 18, fontWeight: FontWeight.bold),
|
|
|
|
// style: TextStyle(fontSize: 18, fontWeight: FontWeight.bold),
|
|
|
|
),
|
|
|
|
// ),
|
|
|
|
const SizedBox(height: 6),
|
|
|
|
// const SizedBox(height: 6),
|
|
|
|
const Text(
|
|
|
|
// const Text(
|
|
|
|
"Switch from the below list of medical file",
|
|
|
|
// "Switch from the below list of medical file",
|
|
|
|
style: TextStyle(fontSize: 14, color: Colors.grey),
|
|
|
|
// style: TextStyle(fontSize: 14, color: Colors.grey),
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
// textAlign: TextAlign.center,
|
|
|
|
),
|
|
|
|
// ),
|
|
|
|
const SizedBox(height: 20),
|
|
|
|
const SizedBox(height: 20),
|
|
|
|
|
|
|
|
|
|
|
|
// ✅ GridView inside scroll
|
|
|
|
// ✅ GridView inside scroll
|
|
|
|
@ -108,8 +108,9 @@ import 'package:hmg_patient_app_new/extensions/string_extensions.dart';
|
|
|
|
text: 'Active',
|
|
|
|
text: 'Active',
|
|
|
|
backgroundColor: Colors.grey.shade200,
|
|
|
|
backgroundColor: Colors.grey.shade200,
|
|
|
|
borderColor: Colors.grey.shade200,
|
|
|
|
borderColor: Colors.grey.shade200,
|
|
|
|
textColor: Colors.black,
|
|
|
|
textColor: AppColors.greyTextColor,
|
|
|
|
fontSize: 13,
|
|
|
|
fontSize: 13,
|
|
|
|
|
|
|
|
|
|
|
|
).paddingOnly(top: 8, bottom: 4)
|
|
|
|
).paddingOnly(top: 8, bottom: 4)
|
|
|
|
else
|
|
|
|
else
|
|
|
|
CustomButton(
|
|
|
|
CustomButton(
|
|
|
|
|