BoxConstraints.toString() should show closed intervals
This commit is contained in:
parent
d234ed932e
commit
da4f7b988a
@ -250,7 +250,7 @@ class BoxConstraints extends Constraints {
|
|||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
String toString() => "BoxConstraints($minWidth<=w<$maxWidth, $minHeight<=h<$maxHeight)";
|
String toString() => "BoxConstraints($minWidth<=w<=$maxWidth, $minHeight<=h<=$maxHeight)";
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A hit test entry used by [RenderBox]
|
/// A hit test entry used by [RenderBox]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user