labelText static method

InputDecoration labelText(
  1. String labelText
)

Implementation

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