recipe property

  1. @Deprecated('Access this value using the context instead.')
DoughRecipeData get recipe

The contexual recipe applied to the associated Dough widget.

Implementation

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