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 c070e80 commit 4a5b3caCopy full SHA for 4a5b3ca
README.md
@@ -557,8 +557,7 @@ MaterialButton(
557
splashColor: Colors.blue[900],
558
disabledColor: Colors.grey,
559
disabledTextColor: Colors.white,
560
- highlightColor: Colors.orangeAccent,
561
- child: Text('Flat Button'),
+ child: Text('Material Button'),
562
),
563
```
564
@@ -571,13 +570,12 @@ FlatButton(
571
570
onPressed: () {
572
debugPrint('I am Awesome');
573
},
574
- shape: const StadiumBorder(),
575
- textColor: Colors.black,
576
- color: Colors.blue[300],
577
- splashColor: Colors.blue[900],
+ textColor: Colors.white,
+ color: Colors.blueAccent,
578
579
580
- child: Text('Material Button'),
+ highlightColor: Colors.orangeAccent,
+ child: Text('Flat Button'),
581
582
583
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments