TermsAndConditionsPage constructor

const TermsAndConditionsPage({
  1. Key? key,
  2. Widget? breadcrumbTitle,
})

Implementation

const TermsAndConditionsPage({
  super.key,
  this.breadcrumbTitle,
});