@@ -22,7 +22,7 @@ import 'runtime.dart';
22
22
///
23
23
/// * [AboutListTile]
24
24
/// * [AppBar]
25
- /// * [ ButtonBar]
25
+ /// * ` ButtonBar`
26
26
/// * [Card]
27
27
/// * [CircularProgressIndicator]
28
28
/// * [Divider]
@@ -56,11 +56,11 @@ import 'runtime.dart';
56
56
/// Some features have changed in the underlying Flutter's material library and are
57
57
/// therefore no longer supported, including:
58
58
///
59
- /// * The [ ButtonBar] widget in the Flutter's material library is planned to be
60
- /// deprecated in favor of the [OverflowBar] widget. The [ ButtonBar] widget in
59
+ /// * The ` ButtonBar` widget in the Flutter's material library is planned to be
60
+ /// deprecated in favor of the [OverflowBar] widget. The ` ButtonBar` widget in
61
61
/// `rfw` package uses the [OverflowBar] widget internally for backward compatibility.
62
- /// The [ ButtonBar] widget in `rfw` package is not deprecated and will continue to
63
- /// be supported. As a result, the following [ ButtonBar] parameters are no longer
62
+ /// The ` ButtonBar` widget in `rfw` package is not deprecated and will continue to
63
+ /// be supported. As a result, the following ` ButtonBar` parameters are no longer
64
64
/// supported:
65
65
///
66
66
/// * `buttonMinWidth`
@@ -77,7 +77,7 @@ import 'runtime.dart';
77
77
/// * Theming in general is not currently supported.
78
78
///
79
79
/// * Properties whose values are [Animation] s or based on
80
- /// [MaterialStateProperty ] are not supported.
80
+ /// [WidgetStateProperty ] are not supported.
81
81
///
82
82
/// * Features related to focus or configuring mouse support are not
83
83
/// implemented.
@@ -94,7 +94,7 @@ import 'runtime.dart';
94
94
///
95
95
/// In general, the trend will all of these unsupported features is that this
96
96
/// library doesn't support features that can't be trivially expressed using the
97
- /// JSON-like structures of RFW. For example, [MaterialStateProperty ] is
97
+ /// JSON-like structures of RFW. For example, [WidgetStateProperty ] is
98
98
/// designed to be used with code to select the values, which doesn't work well
99
99
/// in the RFW structure.
100
100
LocalWidgetLibrary createMaterialWidgets () => LocalWidgetLibrary (_materialWidgetsDefinitions);
@@ -142,12 +142,12 @@ Map<String, LocalWidgetBuilder> get _materialWidgetsDefinitions => <String, Loca
142
142
);
143
143
},
144
144
145
- // The [ ButtonBar] widget in Flutter's material library is planned to be deprecated
146
- // in favor of the [OverflowBar] widget. This [ ButtonBar] implementation uses the
147
- // [OverflowBar] widget internally for backward compatibility. The [ ButtonBar]
145
+ // The ` ButtonBar` widget in Flutter's material library is planned to be deprecated
146
+ // in favor of the [OverflowBar] widget. This ` ButtonBar` implementation uses the
147
+ // [OverflowBar] widget internally for backward compatibility. The ` ButtonBar`
148
148
// widget in `rfw` package is not deprecated and will continue to be supported.
149
149
//
150
- // The [ ButtonBar] widget in Flutter's material library has changed over time.
150
+ // The ` ButtonBar` widget in Flutter's material library has changed over time.
151
151
// The following parameters are no longer supported:
152
152
// - `buttonMinWidth`
153
153
// - `buttonHeight`
0 commit comments