addonsPerks2 static method
Implementation
static List<Widget> addonsPerks2(Datum package) {
// const style1 = TextStyle(
// fontWeight: FontWeight.w600,
// color: ColorHelper.neutralDark,
// );
// const style2 = TextStyle(
// fontWeight: FontWeight.w500,
// color: ColorHelper.primaryColor2,
// );
return [];
// return package.planType == PlanType.singlePass ? [] : [
// _richText([
// const TextSpan(text: 'Complimentary NEO One SMART:', style: style1),
// const TextSpan(text: ' Experience the perfect blend for '),
// TextSpan(
// text: '${valueText(package.neoOneMonthlySubscription)} month',
// style: style2),
// const TextSpan(
// text:
// ' of traditional banking and crypto management for a hassle-free financial journey.'),
// ]),
// ];
}