border static method

InputDecoration border(
  1. InputBorder border
)

Implementation

static InputDecoration border(InputBorder border) =>
    InputDecoration(border: border);