Unverified Commit b86d189e authored by Aidan Montare's avatar Aidan Montare Committed by GitHub

fix small typo in doc of SingleChildScrollView (#94613)

parent 4517d16b
......@@ -34,7 +34,7 @@ import 'scrollable.dart';
/// When you have a list of children and do not require cross-axis
/// shrink-wrapping behavior, for example a scrolling list that is always the
/// width of the screen, consider [ListView], which is vastly more efficient
/// that a [SingleChildScrollView] containing a [ListBody] or [Column] with
/// than a [SingleChildScrollView] containing a [ListBody] or [Column] with
/// many children.
///
/// ## Sample code: Using [SingleChildScrollView] with a [Column]
......
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