errorBorder static method

InputDecoration errorBorder(
  1. InputBorder border
)

Implementation

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