RefreshIndicatorStyle$json top-level constant

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

Implementation

@$core.Deprecated('Use refreshIndicatorStyleDescriptor instead')
const RefreshIndicatorStyle$json = {
  '1': 'RefreshIndicatorStyle',
  '2': [
    {
      '1': 'indicator_color',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'indicatorColor'
    },
    {
      '1': 'background_color',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'backgroundColor'
    },
    {'1': 'stroke_width', '3': 3, '4': 1, '5': 1, '10': 'strokeWidth'},
  ],
};