FFScrollbarTheme$json top-level constant

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

Implementation

@$core.Deprecated('Use fFScrollbarThemeDescriptor instead')
const FFScrollbarTheme$json = {
  '1': 'FFScrollbarTheme',
  '2': [
    {'1': 'thumb_visible', '3': 1, '4': 1, '5': 8, '10': 'thumbVisible'},
    {'1': 'track_visible', '3': 2, '4': 1, '5': 8, '10': 'trackVisible'},
    {'1': 'thickness', '3': 3, '4': 1, '5': 1, '10': 'thickness'},
    {'1': 'radius', '3': 4, '4': 1, '5': 1, '10': 'radius'},
    {'1': 'interactive', '3': 5, '4': 1, '5': 8, '10': 'interactive'},
    {
      '1': 'thumb_color',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'thumbColor'
    },
    {
      '1': 'thumb_hover_color',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'thumbHoverColor'
    },
    {
      '1': 'thumb_drag_color',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'thumbDragColor'
    },
    {
      '1': 'track_color',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'trackColor'
    },
    {
      '1': 'track_hover_color',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'trackHoverColor'
    },
    {
      '1': 'track_border_color',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'trackBorderColor'
    },
    {
      '1': 'track_border_hover_color',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'trackBorderHoverColor'
    },
    {'1': 'min_thumb_length', '3': 13, '4': 1, '5': 1, '10': 'minThumbLength'},
    {
      '1': 'cross_axis_margin',
      '3': 14,
      '4': 1,
      '5': 1,
      '10': 'crossAxisMargin'
    },
    {'1': 'main_axis_margin', '3': 15, '4': 1, '5': 1, '10': 'mainAxisMargin'},
    {
      '1': 'horizontal_scrollbar_always_visible',
      '3': 16,
      '4': 1,
      '5': 8,
      '10': 'horizontalScrollbarAlwaysVisible'
    },
  ],
};