FFGenUIChatInputAreaStyling$json top-level constant

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

Implementation

@$core.Deprecated('Use fFGenUIChatInputAreaStylingDescriptor instead')
const FFGenUIChatInputAreaStyling$json = {
  '1': 'FFGenUIChatInputAreaStyling',
  '2': [
    {
      '1': 'background_color',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'backgroundColor'
    },
    {
      '1': 'border_radius',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBorderRadius',
      '10': 'borderRadius'
    },
    {
      '1': 'padding',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPadding',
      '10': 'padding'
    },
    {
      '1': 'placeholder_text',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFStringValue',
      '10': 'placeholderText'
    },
  ],
};