withLabel method

FlutstrapFormGroup withLabel(
  1. String label
)

Implementation

FlutstrapFormGroup withLabel(String label) => copyWith(label: label);