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