LsZISKdBqDHqLBwq method
Implementation
Widget LsZISKdBqDHqLBwq(BuildContext CPOyqjjKqxKuBVtj) {
return AnnotatedRegion<SystemUiOverlayStyle>(
value: YConfig.statubarTextTheme.copyWith(statusBarColor: YConfig.statusBarColor),
child: YCIMGestureDetector(
CPOyqjjKqxKuBVtj,
Scaffold(
backgroundColor: yGetBackgroundColor(),
body: SafeArea(
top: false,
bottom: ySafeAreaBottom(),
child: WillPopScope(
onWillPop: yIsShowingProgress ? () => Future.value(false) : null,
child: yBuild(CPOyqjjKqxKuBVtj),
),
),
),
),
);
}