We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece828e commit 0e84e69Copy full SHA for 0e84e69
lib/main.dart
@@ -58,6 +58,7 @@ class _HomePageState extends State<HomePage> {
58
Widget build(BuildContext context) {
59
return Scaffold(
60
body: Container(
61
+ color: Colors.white,
62
child: Column(
63
children: <Widget>[
64
GestureDetector(
@@ -115,7 +116,7 @@ class _HomePageState extends State<HomePage> {
115
116
117
crossAxisAlignment: CrossAxisAlignment.start,
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),)),
120
SizedBox(height: 15,),
121
Row(
122
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments