merge
This commit is contained in:
parent
6c12c4ca35
commit
534c8213d9
@ -2222,6 +2222,10 @@ class PolicyCriteriaState extends State<PolicyCriteria> {
|
|||||||
? (apiDataForClass?['hotel_class'] ?? [])
|
? (apiDataForClass?['hotel_class'] ?? [])
|
||||||
: (apiDataForClass?['train_class'] ?? []);
|
: (apiDataForClass?['train_class'] ?? []);
|
||||||
}
|
}
|
||||||
|
String textLabel = "Class";
|
||||||
|
if (ServiceIndxId != null) {
|
||||||
|
textLabel = (ServiceIndxId == "2") ? "Category" : "Class";
|
||||||
|
}
|
||||||
|
|
||||||
print("CLASSServiceId- $ServiceId");
|
print("CLASSServiceId- $ServiceId");
|
||||||
print("CLASSpurposeList - $purposeList");
|
print("CLASSpurposeList - $purposeList");
|
||||||
@ -2287,7 +2291,7 @@ class PolicyCriteriaState extends State<PolicyCriteria> {
|
|||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
"Class",
|
textLabel,
|
||||||
style: GoogleFonts.poppins(
|
style: GoogleFonts.poppins(
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
// fontWeight: FontWeight.w200,
|
// fontWeight: FontWeight.w200,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user