faq screen
This commit is contained in:
@@ -37,6 +37,7 @@ class AppBarWidget extends StatelessWidget implements PreferredSizeWidget {
|
||||
preferredSize: Size.fromHeight(height ?? 130),
|
||||
child: AppBar(
|
||||
scrolledUnderElevation: 0.0,
|
||||
backgroundColor: AppColor.plainWhite,
|
||||
elevation: 0,
|
||||
centerTitle: centerTitle ?? true,
|
||||
title: TextWidget().text20W700(titleTxt, clr: AppColor.charcoalColor),
|
||||
|
||||
@@ -7,8 +7,8 @@ class CustomErrorWidget extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Center(
|
||||
child: Column(
|
||||
return Scaffold(
|
||||
body: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
const Icon(
|
||||
|
||||
Reference in New Issue
Block a user