File tree Expand file tree Collapse file tree
packages/rfw/lib/src/flutter Expand file tree Collapse file tree Original file line number Diff line number Diff 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///
You can’t perform that action at this time.
0 commit comments