FFFloatingActionButton$json top-level constant

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

Implementation

@$core.Deprecated('Use fFFloatingActionButtonDescriptor instead')
const FFFloatingActionButton$json = {
  '1': 'FFFloatingActionButton',
  '2': [
    {
      '1': 'legacy_color',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyColor'
    },
    {
      '1': 'color_value',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'colorValue'
    },
    {'1': 'extended', '3': 2, '4': 1, '5': 8, '10': 'extended'},
    {
      '1': 'legacy_icon',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIcon',
      '8': {},
      '10': 'legacyIcon'
    },
    {
      '1': 'icon_value',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIconValue',
      '10': 'iconValue'
    },
    {
      '1': 'legacy_elevation',
      '3': 4,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyElevation'
    },
    {
      '1': 'elevation_value',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'elevationValue'
    },
  ],
};