Skip to content

Commit b555ba9

Browse files
committed
Update docs
1 parent 7f223c8 commit b555ba9

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

packages/rfw/lib/src/flutter/material_widgets.dart

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,21 @@ import 'runtime.dart';
5151
/// * [VisualDensity] is represented in the manner described in the documentation
5252
/// of the [ArgumentDecoders.visualDensity] method.
5353
///
54-
/// Some features have changed in the underlying Material library and are
54+
/// Some features have changed in the underlying Flutter's material library and are
5555
/// therefore no longer supported, including:
5656
///
57-
/// * The ButtonBar widget in package:flutter/material.dart is planned to be
58-
/// deprecated in favor of the OverflowBar widget. The ButtonBar widget in
59-
/// rfw package uses the OverflowBar widget internally for backward compatibility.
60-
/// The ButtonBar widget in rfw package is not deprecated and will continue to
61-
/// be supported. As a result, the following ButtonBar parameters are no longer
57+
/// * The [ButtonBar] widget in the Flutter's material library is planned to be
58+
/// deprecated in favor of the [OverflowBar] widget. The [ButtonBar] widget in
59+
/// `rfw` package uses the [OverflowBar] widget internally for backward compatibility.
60+
/// The [ButtonBar] widget in `rfw` package is not deprecated and will continue to
61+
/// be supported. As a result, the following [ButtonBar] parameters are no longer
6262
/// supported:
6363
///
64-
/// * buttonMinWidth
65-
/// * buttonHeight
66-
/// * buttonAlignedDropdown
64+
/// * `buttonMinWidth`
65+
/// * `buttonHeight`
66+
/// * `buttonAlignedDropdown`
6767
///
68-
/// It is recommended to use the OverflowBar widget.
68+
/// It is recommended to use the [OverflowBar] widget.
6969
///
7070
/// Some features are not supported:
7171
///

0 commit comments

Comments
 (0)