FFColorScheme$json top-level constant

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

Implementation

@$core.Deprecated('Use fFColorSchemeDescriptor instead')
const FFColorScheme$json = {
  '1': 'FFColorScheme',
  '2': [
    {
      '1': 'primary',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'primary'
    },
    {
      '1': 'secondary',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'secondary'
    },
    {
      '1': 'tertiary',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'tertiary'
    },
    {
      '1': 'alternate',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'alternate'
    },
    {
      '1': 'primary_background',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'primaryBackground'
    },
    {
      '1': 'secondary_background',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'secondaryBackground'
    },
    {
      '1': 'primary_text',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'primaryText'
    },
    {
      '1': 'secondary_text',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'secondaryText'
    },
    {
      '1': 'accent_1',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'accent1'
    },
    {
      '1': 'accent_2',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'accent2'
    },
    {
      '1': 'accent_3',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'accent3'
    },
    {
      '1': 'accent_4',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'accent4'
    },
    {
      '1': 'success',
      '3': 16,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'success'
    },
    {
      '1': 'warning',
      '3': 17,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'warning'
    },
    {
      '1': 'error',
      '3': 18,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'error'
    },
    {
      '1': 'info',
      '3': 19,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'info'
    },
    {
      '1': 'custom_palette_colors',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'customPaletteColors'
    },
    {'1': 'dark_mode_enabled', '3': 5, '4': 1, '5': 8, '10': 'darkModeEnabled'},
    {
      '1': 'display_dark_mode',
      '3': 11,
      '4': 1,
      '5': 8,
      '10': 'displayDarkMode'
    },
  ],
};