FFColorPickerAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFColorPickerActionDescriptor instead')
const FFColorPickerAction$json = {
  '1': 'FFColorPickerAction',
  '2': [
    {
      '1': 'show_recent_colors',
      '3': 1,
      '4': 1,
      '5': 8,
      '10': 'showRecentColors'
    },
    {'1': 'allow_opacity', '3': 2, '4': 1, '5': 8, '10': 'allowOpacity'},
    {
      '1': 'text_color',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'textColor'
    },
    {
      '1': 'secondary_text_color',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'secondaryTextColor'
    },
    {
      '1': 'background_color',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'backgroundColor'
    },
    {
      '1': 'primary_button_background_color',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'primaryButtonBackgroundColor'
    },
    {
      '1': 'primary_button_text_color',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'primaryButtonTextColor'
    },
    {
      '1': 'primary_button_border_color',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'primaryButtonBorderColor'
    },
    {
      '1': 'initially_selected_color',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'initiallySelectedColor'
    },
  ],
};