S360fRecommendationOptionCard class

Inheritance
Available extensions

Constructors

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})
const

Properties

additionalProps Map<String, dynamic>?
final
amount num
final
benefits List<String>?
final
borderColor String?
final
borderRadius double?
final
borderWidth double?
final
cardBackgroundColor String
final
currencySymbol String
final
description String
final
elevation double?
final
features List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
icon String
final
iconBackgroundColor String
final
iconColor String
final
isDisabled bool
final
isSelected bool
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
marginBottom double?
final
onTap VoidCallback?
final
padding double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final

Methods

animateOnActionTrigger(AnimationInfo animationInfo, {List<Effect>? effects, bool hasBeenTriggered = false}) Widget

Available on Widget, provided by the AnimatedWidgetExtension extension

animateOnPageLoad(AnimationInfo animationInfo, {List<Effect>? effects}) Widget

Available on Widget, provided by the AnimatedWidgetExtension extension

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
formatCurrency(num amount, String symbol) String
Formats currency amount with proper formatting
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseColor(String colorString) Color
Parses color string to Color object
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited