PredefinedTenureSpanSelection constructor

const PredefinedTenureSpanSelection({
  1. Key? key,
  2. required String planId,
  3. required void onReviewClick({
    1. required String goalId,
    }),
  4. required void onFaqClick({
    1. required String planId,
    }),
  5. String? goalId,
  6. required double goalAmount,
  7. required void onChangeYourMindClick({
    1. required String partnerId,
    }),
})

Implementation

const PredefinedTenureSpanSelection({
  super.key,
  required this.planId,
  required this.onReviewClick,
  required this.onFaqClick,
  this.goalId,
  required this.goalAmount,
  required this.onChangeYourMindClick,
});