buildGovernLawArticle method

Widget buildGovernLawArticle()

Implementation

Widget buildGovernLawArticle() {
  return const FastArticle(
    titleText: 'Governing Law',
    children: [
      FastParagraph(
        text: 'The validity of these Terms and the rights, '
            'obligations, and relations of the parties under these '
            'Terms will be construed and determined under and in '
            'accordance with the laws of France, without regard to conflicts '
            'of law principles.',
      )
    ],
  );
}