We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d3f0e commit 0f03147Copy full SHA for 0f03147
packages/flutter_tools/lib/src/base/utils.dart
@@ -183,9 +183,6 @@ const int kMinColumnWidth = 10;
183
/// [arguments]
184
/// ```
185
///
186
-/// If [columnWidth] is not specified, then the column width will be the
187
-/// [outputPreferences.wrapColumn], which is set with the --wrap-column option.
188
-///
189
/// If [outputPreferences.wrapText] is false, then the text will be returned
190
/// unchanged. If [shouldWrap] is specified, then it overrides the
191
/// [outputPreferences.wrapText] setting.
0 commit comments