FFGoogleNavBarSettings$json top-level constant

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

Implementation

@$core.Deprecated('Use fFGoogleNavBarSettingsDescriptor instead')
const FFGoogleNavBarSettings$json = {
  '1': 'FFGoogleNavBarSettings',
  '2': [
    {
      '1': 'selected_background_color',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'selectedBackgroundColor'
    },
    {
      '1': 'tab_border_color',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'tabBorderColor'
    },
    {'1': 'tab_border_width', '3': 3, '4': 1, '5': 1, '10': 'tabBorderWidth'},
    {'1': 'tab_border_radius', '3': 4, '4': 1, '5': 1, '10': 'tabBorderRadius'},
    {
      '1': 'has_unselected_border',
      '3': 5,
      '4': 1,
      '5': 8,
      '10': 'hasUnselectedBorder'
    },
    {
      '1': 'tab_padding',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPadding',
      '10': 'tabPadding'
    },
    {
      '1': 'tab_margin',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPadding',
      '10': 'tabMargin'
    },
    {'1': 'icon_text_gap', '3': 8, '4': 1, '5': 1, '10': 'iconTextGap'},
    {
      '1': 'alignment',
      '3': 9,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFMainAxisAlignment',
      '10': 'alignment'
    },
    {
      '1': 'animation_duration',
      '3': 10,
      '4': 1,
      '5': 5,
      '10': 'animationDuration'
    },
    {'1': 'haptic', '3': 11, '4': 1, '5': 8, '10': 'haptic'},
    {'1': 'safe_area', '3': 12, '4': 1, '5': 8, '10': 'safeArea'},
  ],
};