Unverified Commit c239d952 authored by featherless's avatar featherless Committed by GitHub

Annotate RawMaterialButton as a Material > Button category. (#60545)

parent d5225a56
...@@ -29,6 +29,7 @@ import 'theme_data.dart'; ...@@ -29,6 +29,7 @@ import 'theme_data.dart';
/// ///
/// [RaisedButton] and [FlatButton] configure a [RawMaterialButton] based /// [RaisedButton] and [FlatButton] configure a [RawMaterialButton] based
/// on the current [Theme] and [ButtonTheme]. /// on the current [Theme] and [ButtonTheme].
@Category(<String>['Material', 'Button'])
class RawMaterialButton extends StatefulWidget { class RawMaterialButton extends StatefulWidget {
/// Create a button based on [Semantics], [Material], and [InkWell] widgets. /// Create a button based on [Semantics], [Material], and [InkWell] widgets.
/// ///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment