withLabel method

FlutstrapInput withLabel(
  1. String label
)

Implementation

FlutstrapInput withLabel(String label) => copyWith(labelText: label);