FFBoxFit$json top-level constant

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

Implementation

@$core.Deprecated('Use fFBoxFitDescriptor instead')
const FFBoxFit$json = {
  '1': 'FFBoxFit',
  '2': [
    {'1': 'FF_BOX_FIT_UNDEFINED', '2': 0},
    {'1': 'FF_BOX_FIT_FILL', '2': 1},
    {'1': 'FF_BOX_FIT_CONTAIN', '2': 2},
    {'1': 'FF_BOX_FIT_COVER', '2': 3},
    {'1': 'FF_BOX_FIT_FIT_WIDTH', '2': 4},
    {'1': 'FF_BOX_FIT_FIT_HEIGHT', '2': 5},
    {'1': 'FF_BOX_FIT_NONE', '2': 6},
    {'1': 'FF_BOX_FIT_SCALE_DOWN', '2': 7},
  ],
};