GoalCardFactory class

Constructors

GoalCardFactory({required void onClick(String goalId), required void onMenuClick({required bool autoMandateActive, required String goalId, required String goalName, required bool isAutoDebitSubscriptionPossible, required bool isGoalRevisable, required bool isSubscriptionPending, required bool showSwitchBrand, required bool showVouchers, required GoalStatus status, required String subscriptionId})})

Properties

hashCode int
The hash code for this object.
no setterinherited
onClick → void Function(String goalId)
final
onMenuClick → void Function({required bool autoMandateActive, required String goalId, required String goalName, required bool isAutoDebitSubscriptionPossible, required bool isGoalRevisable, required bool isSubscriptionPending, required bool showSwitchBrand, required bool showVouchers, required GoalStatus status, required String subscriptionId})
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

of(BuildContext context) GoalCardFactory