buildChangesToTermsParagraph method

Widget buildChangesToTermsParagraph(
  1. String appName
)

Implementation

Widget buildChangesToTermsParagraph(String appName) {
  return FastParagraph(
    text: 'Whenever we make changes to these Terms, the changes are '
        'effective immediately after we post such revised Terms '
        '(indicated by revising the date at the top of these Terms) upon '
        'your acceptance if we provide a mechanism for your immediate or '
        'acceptance of the revised Terms (such as a click-through '
        'confirmation or acceptance button). It is your responsibility to '
        'check $appName for changes to these Terms.',
  );
}