initializeValuesInputBlurry method

void initializeValuesInputBlurry({
  1. bool passwordField = false,
})

Implementation

void initializeValuesInputBlurry({
  bool passwordField = false,
}) {
  assert(inputLabel != null && inputTextController != null);
  assert(defaultTheme != null || (themeColor != null && icon != null));
  isPasswordField = passwordField;
  items = null;
  onItemSelected = null;
}