FFRadioButton$json top-level constant

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

Implementation

@$core.Deprecated('Use fFRadioButtonDescriptor instead')
const FFRadioButton$json = {
  '1': 'FFRadioButton',
  '2': [
    {
      '1': 'legacy_options',
      '3': 1,
      '4': 3,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyOptions',
    },
    {
      '1': 'legacy_option',
      '3': 17,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFText',
      '8': {'3': true},
      '10': 'legacyOption',
    },
    {
      '1': 'options',
      '3': 22,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFTextOptionsValue',
      '10': 'options'
    },
    {
      '1': 'dimensions',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDimensions',
      '10': 'dimensions'
    },
    {
      '1': 'legacy_radio_button_color',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyRadioButtonColor'
    },
    {
      '1': 'radio_button_color_value',
      '3': 20,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'radioButtonColorValue'
    },
    {
      '1': 'legacy_option_height',
      '3': 4,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyOptionHeight'
    },
    {
      '1': 'option_height_value',
      '3': 21,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'optionHeightValue'
    },
    {
      '1': 'option_width',
      '3': 19,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDim',
      '10': 'optionWidth'
    },
    {
      '1': 'text_style',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'textStyle'
    },
    {
      '1': 'text_padding',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPadding',
      '10': 'textPadding'
    },
    {
      '1': 'button_position',
      '3': 7,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFRadioButton.FFRadioButtonPosition',
      '10': 'buttonPosition'
    },
    {
      '1': 'direction',
      '3': 8,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFAxis',
      '10': 'direction'
    },
    {
      '1': 'legacy_toggleable',
      '3': 9,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyToggleable'
    },
    {
      '1': 'toggleable_value',
      '3': 23,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'toggleableValue'
    },
    {
      '1': 'horizontal_alignment',
      '3': 10,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFWrapAlignment',
      '10': 'horizontalAlignment'
    },
    {
      '1': 'vertical_alignment',
      '3': 11,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFWrapCrossAlignment',
      '10': 'verticalAlignment'
    },
    {
      '1': 'legacy_inactive_radio_button_color',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyInactiveRadioButtonColor'
    },
    {
      '1': 'inactive_radio_button_color_value',
      '3': 24,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'inactiveRadioButtonColorValue'
    },
    {
      '1': 'selected_text_style',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'selectedTextStyle'
    },
    {
      '1': 'selected_style_is_different',
      '3': 14,
      '4': 1,
      '5': 8,
      '10': 'selectedStyleIsDifferent'
    },
    {
      '1': 'legacy_initial_value',
      '3': 15,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyInitialValue',
    },
    {
      '1': 'initial_value',
      '3': 16,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'initialValue'
    },
    {
      '1': 'disabled',
      '3': 18,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDisable',
      '10': 'disabled'
    },
    {
      '1': 'option_spacing_value',
      '3': 25,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'optionSpacingValue'
    },
  ],
  '4': [FFRadioButton_FFRadioButtonPosition$json],
};