Fix doc for FlexColumnWidth.value (#79990)

This commit is contained in:
Michael Goderbauer 2021-04-08 15:54:03 -07:00 committed by GitHub
parent ac8e1f8fc4
commit 97abe4418c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;