FFTextField$json top-level constant

  1. @Deprecated('Use fFTextFieldDescriptor instead')
Map<String, Object> const FFTextField$json

Implementation

@$core.Deprecated('Use fFTextFieldDescriptor instead')
const FFTextField$json = {
  '1': 'FFTextField',
  '2': [
    {
      '1': 'text_style',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'textStyle'
    },
    {
      '1': 'legacy_initial_text',
      '3': 5,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyInitialText',
    },
    {
      '1': 'initial_text',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'initialText'
    },
    {
      '1': 'input_decoration',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFInputDecoration',
      '10': 'inputDecoration'
    },
    {
      '1': 'legacy_max_lines',
      '3': 3,
      '4': 1,
      '5': 5,
      '8': {},
      '10': 'legacyMaxLines'
    },
    {
      '1': 'max_lines_value',
      '3': 37,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIntegerValue',
      '10': 'maxLinesValue'
    },
    {
      '1': 'legacy_min_lines',
      '3': 26,
      '4': 1,
      '5': 5,
      '8': {},
      '10': 'legacyMinLines'
    },
    {
      '1': 'min_lines_value',
      '3': 38,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIntegerValue',
      '10': 'minLinesValue'
    },
    {'1': 'password_field', '3': 4, '4': 1, '5': 8, '10': 'passwordField'},
    {
      '1': 'keyboard_type',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFTextInputType',
      '10': 'keyboardType'
    },
    {'1': 'show_clear_button', '3': 7, '4': 1, '5': 8, '10': 'showClearButton'},
    {
      '1': 'legacy_leading_icon',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIcon',
      '8': {},
      '10': 'legacyLeadingIcon'
    },
    {
      '1': 'leading_icon_value',
      '3': 45,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIconValue',
      '10': 'leadingIconValue'
    },
    {
      '1': 'legacy_trailing_icon',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIcon',
      '8': {},
      '10': 'legacyTrailingIcon'
    },
    {
      '1': 'trailing_icon_value',
      '3': 46,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIconValue',
      '10': 'trailingIconValue'
    },
    {
      '1': 'local_state_value',
      '3': 10,
      '4': 1,
      '5': 8,
      '10': 'localStateValue'
    },
    {
      '1': 'validation',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFTextInputValidation',
      '8': {'3': true},
      '10': 'validation',
    },
    {
      '1': 'set_state_on_changed',
      '3': 12,
      '4': 1,
      '5': 8,
      '10': 'setStateOnChanged'
    },
    {
      '1': 'legacy_debounce_time',
      '3': 13,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyDebounceTime'
    },
    {
      '1': 'debounce_time_value',
      '3': 39,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'debounceTimeValue'
    },
    {
      '1': 'legacy_read_only',
      '3': 15,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyReadOnly'
    },
    {
      '1': 'read_only_value',
      '3': 40,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'readOnlyValue'
    },
    {
      '1': 'legacy_autofocus',
      '3': 16,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyAutofocus'
    },
    {
      '1': 'autofocus_value',
      '3': 41,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'autofocusValue'
    },
    {
      '1': 'width',
      '3': 17,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDim',
      '10': 'width'
    },
    {'1': 'autocomplete', '3': 18, '4': 1, '5': 8, '10': 'autocomplete'},
    {
      '1': 'legacy_options',
      '3': 19,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFText',
      '8': {'3': true},
      '10': 'legacyOptions',
    },
    {
      '1': 'options',
      '3': 50,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFTextOptionsValue',
      '10': 'options'
    },
    {
      '1': 'option_text_style',
      '3': 20,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'optionTextStyle'
    },
    {
      '1': 'option_substring_style',
      '3': 21,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'optionSubstringStyle'
    },
    {
      '1': 'legacy_option_background_color',
      '3': 22,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyOptionBackgroundColor'
    },
    {
      '1': 'option_background_color_value',
      '3': 48,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'optionBackgroundColorValue'
    },
    {
      '1': 'legacy_option_highlight_color',
      '3': 23,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyOptionHighlightColor'
    },
    {
      '1': 'option_highlight_color_value',
      '3': 49,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'optionHighlightColorValue'
    },
    {
      '1': 'legacy_option_elevation',
      '3': 24,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyOptionElevation'
    },
    {
      '1': 'option_elevation_value',
      '3': 42,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'optionElevationValue'
    },
    {
      '1': 'options_overlay_height',
      '3': 25,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDim',
      '10': 'optionsOverlayHeight'
    },
    {
      '1': 'mask',
      '3': 27,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFTextFieldMask',
      '10': 'mask'
    },
    {
      '1': 'filter',
      '3': 28,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFTextFieldFilter',
      '10': 'filter'
    },
    {
      '1': 'auto_fill_hint',
      '3': 29,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFTextField.AutoFillHints',
      '10': 'autoFillHint'
    },
    {
      '1': 'capitalization',
      '3': 30,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFTextField.Capitalization',
      '10': 'capitalization'
    },
    {
      '1': 'legacy_cursor_color',
      '3': 31,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyCursorColor'
    },
    {
      '1': 'cursor_color_value',
      '3': 43,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'cursorColorValue'
    },
    {
      '1': 'submit_type',
      '3': 32,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFTextField.SubmitType',
      '10': 'submitType'
    },
    {
      '1': 'legacy_max_length',
      '3': 33,
      '4': 1,
      '5': 5,
      '8': {},
      '10': 'legacyMaxLength'
    },
    {
      '1': 'max_length_value',
      '3': 44,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIntegerValue',
      '10': 'maxLengthValue'
    },
    {
      '1': 'max_length_enforcement',
      '3': 34,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFTextField.MaxLengthEnforcement',
      '10': 'maxLengthEnforcement'
    },
    {
      '1': 'hide_max_length_counter',
      '3': 35,
      '4': 1,
      '5': 8,
      '10': 'hideMaxLengthCounter'
    },
    {
      '1': 'set_state_on_focus_changed',
      '3': 36,
      '4': 1,
      '5': 8,
      '10': 'setStateOnFocusChanged'
    },
    {
      '1': 'block_shortcut_intents',
      '3': 47,
      '4': 1,
      '5': 8,
      '10': 'blockShortcutIntents'
    },
    {
      '1': 'enable_interactive_selection',
      '3': 51,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'enableInteractiveSelection'
    },
    {
      '1': 'password_icon_allow_keyboard_traversal',
      '3': 53,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'passwordIconAllowKeyboardTraversal'
    },
    {
      '1': 'enabled_value',
      '3': 52,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'enabledValue'
    },
  ],
  '4': [
    FFTextField_AutoFillHints$json,
    FFTextField_Capitalization$json,
    FFTextField_SubmitType$json,
    FFTextField_MaxLengthEnforcement$json
  ],
};