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 d5225a5 commit c239d95Copy full SHA for c239d95
packages/flutter/lib/src/material/button.dart
@@ -29,6 +29,7 @@ import 'theme_data.dart';
29
///
30
/// [RaisedButton] and [FlatButton] configure a [RawMaterialButton] based
31
/// on the current [Theme] and [ButtonTheme].
32
+@Category(<String>['Material', 'Button'])
33
class RawMaterialButton extends StatefulWidget {
34
/// Create a button based on [Semantics], [Material], and [InkWell] widgets.
35
0 commit comments