Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0e84e69

Browse files
Fix color issue
1 parent ece828e commit 0e84e69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class _HomePageState extends State<HomePage> {
5858
Widget build(BuildContext context) {
5959
return Scaffold(
6060
body: Container(
61+
color: Colors.white,
6162
child: Column(
6263
children: <Widget>[
6364
GestureDetector(
@@ -115,7 +116,7 @@ class _HomePageState extends State<HomePage> {
115116
child: Column(
116117
crossAxisAlignment: CrossAxisAlignment.start,
117118
children: <Widget>[
118-
FadeAnimation(1.3, Text(products[currentIndex][1], style: TextStyle(color: Colors.grey[800], fontSize: 40, fontWeight: FontWeight.bold),)),
119+
FadeAnimation(1.3, Text(products[currentIndex][1], style: TextStyle(color: Colors.grey[800], fontSize: 50, fontWeight: FontWeight.bold),)),
119120
SizedBox(height: 15,),
120121
Row(
121122
children: <Widget>[

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /