Scaffold yBuildScaffold({ required Widget body, }) { return Scaffold( backgroundColor: yGetBackgroundColor(), body: body, ); }