errorStyle static method

InputDecoration errorStyle(
  1. TextStyle style
)

Implementation

static InputDecoration errorStyle(TextStyle style) => InputDecoration(
      errorStyle: style,
    );