Unverified Commit 97abe441 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Fix doc for FlexColumnWidth.value (#79990)

parent ac8e1f8f
......@@ -197,7 +197,7 @@ class FlexColumnWidth extends TableColumnWidth {
/// The [value] argument must not be null.
const FlexColumnWidth([this.value = 1.0]) : assert(value != null);
/// The reaction of the of the remaining space once all the other columns have
/// The fraction of the remaining space once all the other columns have
/// been laid out that this column should occupy.
final double value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment