Update doc/examples/widgets/lib/main.dart

Co-Authored-By: Luan Nico <luanpotter27@gmail.com>
This commit is contained in:
Erick
2020-04-20 09:25:27 -03:00
committed by GitHub
parent 5a59e5096f
commit 988048f997

View File

@ -56,7 +56,8 @@ void main() async {
),
sprite: _buttons.getSprite(0, 0),
pressedSprite: _buttons.getSprite(1, 0),
)),
),
),
);
runApp(dashbook);