errorText static method

InputDecoration errorText(
  1. String errorText
)

Implementation

static InputDecoration errorText(String errorText) =>
    InputDecoration(errorText: errorText);