withLabel method

FlutstrapRadio<T> withLabel(
  1. String label
)

Implementation

FlutstrapRadio<T> withLabel(String label) => copyWith(label: label);