S360fPackageCardModel class
Constructors
- S360fPackageCardModel({required String id, required String title, required String description, required String imageUrl, bool isRecommended = false, String currency = 'USD', String receiveLabel = 'What You Receive', double receiveValue = 0, String payLabel = 'What You Pay', double payValue = 0, Color cardColor = Colors.white, Color selectedBorderColor = Colors.blue, String bottomActionLabel = 'View Benefits', bool showBottomAction = false, Object? packageIcon})
Properties
- bottomActionLabel → String
-
final
- cardColor → Color
-
final
- currency → String
-
final
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- imageUrl → String
-
final
- isRecommended → bool
-
final
- packageIcon → Object?
-
can be either ImageProvider, IconData, or String (for SVG asset path)
final
- payLabel → String
-
final
- payValue → double
-
final
- receiveLabel → String
-
final
- receiveValue → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedBorderColor → Color
-
final
- showBottomAction → bool
-
final
- title → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited