phoneOptions method
Implementation
FxFieldOptions phoneOptions(Widget prefixIcon) => config.options.copyWith(
hint: config.options.hint ?? theme.phoneHint,
labelBehavior: FxLabelBehavior.external,
prefixIcon: isIntegrated ? prefixIcon : null,
);