FFListTile$json top-level constant

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

Implementation

@$core.Deprecated('Use fFListTileDescriptor instead')
const FFListTile$json = {
  '1': 'FFListTile',
  '2': [
    {
      '1': 'legacy_leading',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIcon',
      '8': {},
      '10': 'legacyLeading'
    },
    {
      '1': 'leading_value',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIconValue',
      '10': 'leadingValue'
    },
    {
      '1': 'title',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'title'
    },
    {
      '1': 'subtitle',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'subtitle'
    },
    {
      '1': 'legacy_trailing',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIcon',
      '8': {},
      '10': 'legacyTrailing'
    },
    {
      '1': 'trailing_value',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIconValue',
      '10': 'trailingValue'
    },
    {'1': 'legacy_dense', '3': 5, '4': 1, '5': 8, '8': {}, '10': 'legacyDense'},
    {
      '1': 'dense_value',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'denseValue'
    },
    {
      '1': 'content_padding',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPadding',
      '10': 'contentPadding'
    },
    {
      '1': 'legacy_color',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyColor'
    },
    {
      '1': 'color_value',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'colorValue'
    },
    {
      '1': 'border_radius',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBorderRadius',
      '10': 'borderRadius'
    },
    {'1': 'slidable', '3': 9, '4': 1, '5': 8, '10': 'slidable'},
  ],
};