S360fRecommendationOptionCard constructor
const
S360fRecommendationOptionCard({
- required String title,
- required String description,
- required num amount,
- required String currencySymbol,
- required String icon,
- required String iconColor,
- required String iconBackgroundColor,
- String cardBackgroundColor = '#FFFFFF',
- String? borderColor,
- double? borderWidth,
- double? borderRadius,
- double? padding,
- double? elevation,
- double? marginBottom,
- VoidCallback? onTap,
- bool isSelected = false,
- bool isDisabled = false,
- List<
String> ? benefits, - List<
String> ? features, - Map<
String, dynamic> ? additionalProps, - Key? key,
Implementation
const S360fRecommendationOptionCard({
required this.title,
required this.description,
required this.amount,
required this.currencySymbol,
required this.icon,
required this.iconColor,
required this.iconBackgroundColor,
this.cardBackgroundColor = '#FFFFFF',
this.borderColor,
this.borderWidth,
this.borderRadius,
this.padding,
this.elevation,
this.marginBottom,
this.onTap,
this.isSelected = false,
this.isDisabled = false,
this.benefits,
this.features,
this.additionalProps,
super.key,
});