label static method

Slider label(
  1. String label
)

Implementation

static Slider label(String label) => Slider(
      value: 0,
      onChanged: null,
      label: label,
    );