mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
Update doc/examples/widgets/lib/main.dart
Co-Authored-By: Luan Nico <luanpotter27@gmail.com>
This commit is contained in:
@ -56,7 +56,8 @@ void main() async {
|
|||||||
),
|
),
|
||||||
sprite: _buttons.getSprite(0, 0),
|
sprite: _buttons.getSprite(0, 0),
|
||||||
pressedSprite: _buttons.getSprite(1, 0),
|
pressedSprite: _buttons.getSprite(1, 0),
|
||||||
)),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
runApp(dashbook);
|
runApp(dashbook);
|
||||||
|
|||||||
Reference in New Issue
Block a user