getParagraph method

dynamic getParagraph(
  1. int radius
)

Implementation

getParagraph(int radius) {
  int index = (z + radius).round() ~/ 3;
  return paragraphs[index];
}