noBorder method

TextField noBorder()

无边框

Implementation

TextField noBorder() {
  return border(InputBorder.none);
}