FFSnackBarAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFSnackBarActionDescriptor instead')
const FFSnackBarAction$json = {
  '1': 'FFSnackBarAction',
  '2': [
    {
      '1': 'text_message',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'textMessage'
    },
    {
      '1': 'text_style',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'textStyle'
    },
    {
      '1': 'legacy_background_color',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {'3': true},
      '10': 'legacyBackgroundColor',
    },
    {
      '1': 'background_color',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'backgroundColor'
    },
    {'1': 'duration_millis', '3': 4, '4': 1, '5': 1, '10': 'durationMillis'},
    {
      '1': 'sub_action',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFSnackBarAction.FFSnackBarSubAction',
      '10': 'subAction'
    },
    {
      '1': 'should_hide_previous_snackbar',
      '3': 6,
      '4': 1,
      '5': 8,
      '10': 'shouldHidePreviousSnackbar'
    },
  ],
  '3': [FFSnackBarAction_FFSnackBarSubAction$json],
};