buildTermOfServiceParagraph method

Widget buildTermOfServiceParagraph(
  1. String text
)

Implementation

Widget buildTermOfServiceParagraph(String text) => FastParagraph(text: text);