mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
Pr suggestion on doc/examples/widgets/lib/main.dart
Co-Authored-By: Luan Nico <luanpotter27@gmail.com>
This commit is contained in:
@ -17,7 +17,8 @@ void main() async {
|
|||||||
textureHeight: 20,
|
textureHeight: 20,
|
||||||
textureWidth: 60,
|
textureWidth: 60,
|
||||||
columns: 1,
|
columns: 1,
|
||||||
rows: 2);
|
rows: 2,
|
||||||
|
);
|
||||||
|
|
||||||
final dashbook = Dashbook();
|
final dashbook = Dashbook();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user