Skip to content

Commit 0c01a55

Browse files
Piinksgoderbauer
authored andcommitted
Embedding new raised button diagram. (flutter#30398)
1 parent 31086fa commit 0c01a55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/flutter/lib/src/material/raised_button.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ import 'theme_data.dart';
3636
/// This sample shows how to render a disabled RaisedButton, an enabled RaisedButton
3737
/// and lastly a RaisedButton with gradient background.
3838
///
39+
/// ![Three raised buttons, one enabled, another disabled, and the last one
40+
/// styled with a blue gradient background](https://flutter.github.io/assets-for-api-docs/assets/material/raised_button.png)
41+
///
3942
/// ```dart
4043
/// Widget build(BuildContext context) {
4144
/// return Center(

0 commit comments

Comments
 (0)