This commit is contained in:
yifeng.yl
2019-01-08 20:39:13 +08:00
parent 383819e280
commit 2e9702ec7b
242 changed files with 13523 additions and 654 deletions

View File

@ -101,7 +101,7 @@ class _BannerState extends State<HomeBanner> {
child: Container(
margin: EdgeInsets.symmetric(vertical: 22.0, horizontal: 16.0),
child: Text(
title, style: TextStyle(color: Colors.white, fontSize: 22.0),),),
title, style: TextStyle(color: Colors.white, fontSize: 18.0),),),
);
}