TermsAndConditionsPage constructor

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

Implementation

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