read static method

Gets the inherited DraggableDoughRecipeData without listening to it. If no recipe is found, a default one will be returned instead.

Implementation

static DraggableDoughRecipeData read(BuildContext context) {
  return of(context, false);
}