backgroundAngle property

int? get backgroundAngle

(for type = gradient) the angle of the gradient along the X-axis.

Implementation

int? get backgroundAngle => _background?['angle'];