mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-30 16:36:57 +08:00
docs: Fix examples for v1.9.0 (#2757)
Fixed up some examples that needed fixing before releasing v1.9.0
This commit is contained in:
@ -36,9 +36,9 @@ class _KeysExampleWidgetState extends State<KeysExampleWidget> {
|
||||
child: GameWidget(game: game),
|
||||
),
|
||||
Positioned(
|
||||
left: 0,
|
||||
left: 20,
|
||||
top: 222,
|
||||
width: 340,
|
||||
width: 300,
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user