mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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(
|
||||
/// height: 100.0,
|
||||
/// width: 100.0,
|
||||
/// color: Colors.yellow
|
||||
/// color: Colors.yellow,
|
||||
/// child: Align(
|
||||
/// alignment: FractionalOffset(0.2, 0.6),
|
||||
/// child: Container(
|
||||
@ -1566,8 +1566,7 @@ class Padding extends SingleChildRenderObjectWidget {
|
||||
/// ),
|
||||
/// ),
|
||||
/// ),
|
||||
/// );
|
||||
///
|
||||
/// )
|
||||
/// ```
|
||||
/// {@end-tool}
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user