lineLimit method

TextField lineLimit(
  1. int? num
)

Implementation

TextField lineLimit(int? num) {
  return copyWith(maxLines: num);
}