TermsAndConditionsPage constructor

const TermsAndConditionsPage({
  1. Key? key,
  2. String? termsUrl,
})

Implementation

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