ParamsLoanPal constructor

ParamsLoanPal({
  1. String name = "",
  2. String transactionHistoryPath = "",
  3. String loanListNavigationText = "",
  4. String extraPayNavigationText = "Extra Pay",
  5. String roundUpNavigationText = "Round-Ups",
  6. String oneTimePayNavigationText = "Make Payment",
  7. String collaboratorNavigationPath = "",
  8. String collaboratorNavigationText = "Community Pay",
  9. bool hideTransactionHistoryNavigation = false,
  10. bool hideLoanListNavigation = false,
  11. bool hideExtraPayNavigation = false,
  12. bool hideRoundUpNavigation = false,
  13. bool showOneTimePayNavigation = false,
  14. bool hideCollaboratorNavigation = false,
  15. bool isNested = true,
})

Implementation

ParamsLoanPal({
  this.name = "",
  this.transactionHistoryPath = "",
  this.loanListNavigationText = "",
  this.extraPayNavigationText = "Extra Pay",
  this.roundUpNavigationText = "Round-Ups",
  this.oneTimePayNavigationText = "Make Payment",
  this.collaboratorNavigationPath = "",
  this.collaboratorNavigationText = "Community Pay",
  this.hideTransactionHistoryNavigation = false,
  this.hideLoanListNavigation = false,
  this.hideExtraPayNavigation = false,
  this.hideRoundUpNavigation = false,
  this.showOneTimePayNavigation = false,
  this.hideCollaboratorNavigation = false,
  this.isNested = true,
});