lookupLabelText method

String lookupLabelText(
  1. BuildContext context
)

Implementation

String lookupLabelText(BuildContext context) =>
    labelText ?? context.l10n.phoneNumberFieldName;