phoneOptions method

FxFieldOptions phoneOptions(
  1. Widget prefixIcon
)

Implementation

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