fix header

roaa_point10
Elham Rababh 4 years ago
parent c8fde6e869
commit 810cda1f9b

@ -49,16 +49,13 @@ 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), getText(currentTab),
child: AppText( letterSpacing: -1.44,
getText(currentTab), fontWeight: FontWeight.w700,
letterSpacing: -1.44, fontSize: 24.0,
fontWeight: FontWeight.w700, color: Color(0xff2B353E),
fontSize: 24.0, )
color: Color(0xff2B353E),
),
)
: SizedBox(), : SizedBox(),
leading: Builder( leading: Builder(
builder: (BuildContext context) { builder: (BuildContext context) {

Loading…
Cancel
Save