noBorder static method

InputBorder noBorder()

No border.

Implementation

static InputBorder noBorder() {
  return InputBorder.none;
}