deltaAngle property

  1. @Deprecated('Access this value using the context instead.')
double get deltaAngle

The full-circle delta angle of the delta value, relative to the Dough widgets up direction. This value ranges between 0 radians and 2PI radians.

Implementation

@Deprecated('Access this value using the context instead.')
double get deltaAngle => _context.deltaAngle;