FFCheckboxDensity$json top-level constant

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

Implementation

@$core.Deprecated('Use fFCheckboxDensityDescriptor instead')
const FFCheckboxDensity$json = {
  '1': 'FFCheckboxDensity',
  '2': [
    {'1': 'DENSITY_UNDEFINED', '2': 0},
    {'1': 'COMPACT', '2': 1},
    {'1': 'PADDED', '2': 2},
    {'1': 'PLATFORM_DEFAULT', '2': 3},
  ],
};