Add missing comma to fix build (#27274)
This commit is contained in:
parent
3ed8ea2de9
commit
ce14fe0230
@ -1556,7 +1556,7 @@ class Padding extends SingleChildRenderObjectWidget {
|
|||||||
/// child: Container(
|
/// child: Container(
|
||||||
/// height: 100.0,
|
/// height: 100.0,
|
||||||
/// width: 100.0,
|
/// width: 100.0,
|
||||||
/// color: Colors.yellow
|
/// color: Colors.yellow,
|
||||||
/// child: Align(
|
/// child: Align(
|
||||||
/// alignment: FractionalOffset(0.2, 0.6),
|
/// alignment: FractionalOffset(0.2, 0.6),
|
||||||
/// child: Container(
|
/// child: Container(
|
||||||
@ -1566,8 +1566,7 @@ class Padding extends SingleChildRenderObjectWidget {
|
|||||||
/// ),
|
/// ),
|
||||||
/// ),
|
/// ),
|
||||||
/// ),
|
/// ),
|
||||||
/// );
|
/// )
|
||||||
///
|
|
||||||
/// ```
|
/// ```
|
||||||
/// {@end-tool}
|
/// {@end-tool}
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user