youCannotProvideBothLabelAndLabelwidgetAtTheSame property

String get youCannotProvideBothLabelAndLabelwidgetAtTheSame

You cannot provide both 'label' and 'labelWidget' at the same time.

Implementation

String get youCannotProvideBothLabelAndLabelwidgetAtTheSame {
  return Intl.message(
    'You cannot provide both `label` and `labelWidget` at the same time. ',
    name: 'youCannotProvideBothLabelAndLabelwidgetAtTheSame',
    desc: '',
    args: [],
  );
}