withLabel method

FlutstrapCheckbox withLabel(
  1. String label
)

Implementation

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