t property

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

The scaled animation time, based on rawT, which has been transformed by the DoughRecipeData.entryCurve or DoughRecipeData.exitCurve.

Implementation

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