buildServiceInformationSection method

Widget buildServiceInformationSection()

Implementation

Widget buildServiceInformationSection() {
  return const FastParagraph(
    text: 'This page is used to inform visitors regarding our policies '
        'with the collection, use, and disclosure of Personal '
        'Information if anyone decided to use our Service.',
  );
}