FFFocusBorder$json top-level constant

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

Implementation

@$core.Deprecated('Use fFFocusBorderDescriptor instead')
const FFFocusBorder$json = {
  '1': 'FFFocusBorder',
  '2': [
    {
      '1': 'show_border_on_focus',
      '3': 1,
      '4': 1,
      '5': 8,
      '10': 'showBorderOnFocus'
    },
    {
      '1': 'border_radius',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBorderRadius',
      '10': 'borderRadius'
    },
    {
      '1': 'border_color_value',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'borderColorValue'
    },
    {
      '1': 'border_width_value',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'borderWidthValue'
    },
    {
      '1': 'padding',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPadding',
      '10': 'padding'
    },
    {
      '1': 'show_border_around_radio_button_and_text',
      '3': 6,
      '4': 1,
      '5': 8,
      '10': 'showBorderAroundRadioButtonAndText'
    },
  ],
};