maxLines static method

Text maxLines(
  1. int maxLines
)

Implementation

static Text maxLines(int maxLines) => Text("", maxLines: maxLines);