faq screen

This commit is contained in:
jayesh
2024-06-12 12:38:31 +05:30
parent 1846cdb81f
commit db171f6336
9 changed files with 197 additions and 11 deletions

View File

@@ -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),

View File

@@ -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(