UISizeConstraints$json top-level constant
Implementation
@$core.Deprecated('Use uISizeConstraintsDescriptor instead')
const UISizeConstraints$json = {
'1': 'UISizeConstraints',
'2': [
{'1': 'width', '3': 1, '4': 1, '5': 11, '6': '.UILength', '10': 'width'},
{'1': 'height', '3': 2, '4': 1, '5': 11, '6': '.UILength', '10': 'height'},
{
'1': 'min_width',
'3': 3,
'4': 1,
'5': 11,
'6': '.UILength',
'10': 'minWidth'
},
{
'1': 'min_height',
'3': 4,
'4': 1,
'5': 11,
'6': '.UILength',
'10': 'minHeight'
},
{
'1': 'max_width',
'3': 5,
'4': 1,
'5': 11,
'6': '.UILength',
'10': 'maxWidth'
},
{
'1': 'max_height',
'3': 6,
'4': 1,
'5': 11,
'6': '.UILength',
'10': 'maxHeight'
},
],
};