Pr suggestion on 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:06 -03:00
committed by GitHub
parent 2db46a9127
commit d4a268d0cc

View File

@ -17,7 +17,8 @@ void main() async {
textureHeight: 20,
textureWidth: 60,
columns: 1,
rows: 2);
rows: 2,
);
final dashbook = Dashbook();