withDevFrame function

Widget withDevFrame(
  1. Widget app
)

Implementation

Widget withDevFrame(Widget app) => DevFrame(app: app);