FFGradient$json top-level constant
Implementation
@$core.Deprecated('Use fFGradientDescriptor instead')
const FFGradient$json = {
'1': 'FFGradient',
'2': [
{
'1': 'colors',
'3': 1,
'4': 3,
'5': 11,
'6': '.flutterflow.FFGradient.Color',
'10': 'colors'
},
{'1': 'legacy_angle', '3': 2, '4': 1, '5': 1, '8': {}, '10': 'legacyAngle'},
{
'1': 'angle_value',
'3': 14,
'4': 1,
'5': 11,
'6': '.flutterflow.FFDoubleValue',
'10': 'angleValue'
},
{
'1': 'gradient_type',
'3': 15,
'4': 1,
'5': 14,
'6': '.flutterflow.FFGradient.FFGradientType',
'10': 'gradientType'
},
{
'1': 'radius_value',
'3': 16,
'4': 1,
'5': 11,
'6': '.flutterflow.FFDoubleValue',
'10': 'radiusValue'
},
{
'1': 'center_x_value',
'3': 17,
'4': 1,
'5': 11,
'6': '.flutterflow.FFDoubleValue',
'10': 'centerXValue'
},
{
'1': 'center_y_value',
'3': 18,
'4': 1,
'5': 11,
'6': '.flutterflow.FFDoubleValue',
'10': 'centerYValue'
},
],
'3': [FFGradient_Color$json],
'4': [FFGradient_FFGradientType$json],
};