fix schedule appBar

dev_v2.8_roaa_newmodule
RoaaGhali98 4 years ago
parent 268c637316
commit 2ae784e5d4

@ -49,16 +49,14 @@ class _LandingPageState extends State<LandingPage> {
backgroundColor: HexColor('#FFFFFF'), backgroundColor: HexColor('#FFFFFF'),
//textTheme: TextTheme(headline6: TextStyle(color: Colors.white)), //textTheme: TextTheme(headline6: TextStyle(color: Colors.white)),
title: currentTab != 0 title: currentTab != 0
? Padding( ? AppText(
padding: const EdgeInsets.only(right: 188,top: 36),
child: AppText(
getText(currentTab), getText(currentTab),
letterSpacing: -1.44, letterSpacing: -1.44,
fontWeight: FontWeight.w700, fontWeight: FontWeight.w700,
fontSize: 24.0, fontSize: 24.0,
color: Color(0xff2B353E), color: Color(0xff2B353E),
), )
)
: SizedBox(), : SizedBox(),
leading: Builder( leading: Builder(
builder: (BuildContext context) { builder: (BuildContext context) {

Loading…
Cancel
Save