Fix doc for FlexColumnWidth.value (#79990)
This commit is contained in:
parent
ac8e1f8fc4
commit
97abe4418c
@ -197,7 +197,7 @@ class FlexColumnWidth extends TableColumnWidth {
|
|||||||
/// The [value] argument must not be null.
|
/// The [value] argument must not be null.
|
||||||
const FlexColumnWidth([this.value = 1.0]) : assert(value != 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.
|
/// been laid out that this column should occupy.
|
||||||
final double value;
|
final double value;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user