Skip to content

Commit c239d95

Browse files
authored
Annotate RawMaterialButton as a Material > Button category. (flutter#60545)
1 parent d5225a5 commit c239d95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import 'theme_data.dart';
2929
///
3030
/// [RaisedButton] and [FlatButton] configure a [RawMaterialButton] based
3131
/// on the current [Theme] and [ButtonTheme].
32+
@Category(<String>['Material', 'Button'])
3233
class RawMaterialButton extends StatefulWidget {
3334
/// Create a button based on [Semantics], [Material], and [InkWell] widgets.
3435
///

0 commit comments

Comments
 (0)