Commit 423a1914 authored by Peter Lee's avatar Peter Lee Committed by Hans Muller

fix typo (#40048)

parent 69197775
...@@ -1167,7 +1167,7 @@ class RenderViewport extends RenderViewportBase<SliverPhysicalContainerParentDat ...@@ -1167,7 +1167,7 @@ class RenderViewport extends RenderViewportBase<SliverPhysicalContainerParentDat
if (!constraints.hasBoundedHeight) { if (!constraints.hasBoundedHeight) {
throw FlutterError( throw FlutterError(
'Vertical viewport was given unbounded height.\n' 'Vertical viewport was given unbounded height.\n'
'Viewports expand in the scrolling direction to fill their container.' 'Viewports expand in the scrolling direction to fill their container. '
'In this case, a vertical viewport was given an unlimited amount of ' 'In this case, a vertical viewport was given an unlimited amount of '
'vertical space in which to expand. This situation typically happens ' 'vertical space in which to expand. This situation typically happens '
'when a scrollable widget is nested inside another scrollable widget.\n' 'when a scrollable widget is nested inside another scrollable widget.\n'
......
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