label static method

InputDecoration label(
  1. Widget label
)

Implementation

static InputDecoration label(Widget label) => InputDecoration(label: label);