|
|
|
@ -504,7 +504,7 @@ class _LandingPageState extends State<LandingPage> with WidgetsBindingObserver {
|
|
|
|
preferredSize: Size.fromHeight(currentTab == 0 ? 45 : 0.0),
|
|
|
|
preferredSize: Size.fromHeight(currentTab == 0 ? 45 : 0.0),
|
|
|
|
child: AppBar(
|
|
|
|
child: AppBar(
|
|
|
|
elevation: 0,
|
|
|
|
elevation: 0,
|
|
|
|
backgroundColor: CustomColors.backgroudGreyColor ,
|
|
|
|
backgroundColor: CustomColors.backgroudGreyColor,
|
|
|
|
textTheme: TextTheme(
|
|
|
|
textTheme: TextTheme(
|
|
|
|
headline6: TextStyle(color: Theme.of(context).textTheme.headline1.color, fontWeight: FontWeight.bold),
|
|
|
|
headline6: TextStyle(color: Theme.of(context).textTheme.headline1.color, fontWeight: FontWeight.bold),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|