enabledBorder static method

InputDecoration enabledBorder(
  1. InputBorder border
)

Implementation

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