flutter formar

This commit is contained in:
Renan Araujo
2019-03-22 08:58:32 -03:00
parent 7219be0306
commit b23c316def
2 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,6 @@ class MyHomePage extends StatefulWidget {
}
class _MyHomePageState extends State<MyHomePage> {
Position _position = Position(256.0, 256.0);
@override

View File

@ -44,7 +44,6 @@ abstract class Game {
/// Returns the game widget. Put this in your structure to start rendering and updating the game.
/// You can add it directly to the runApp method or inside your widget structure (if you use vanilla screens and widgets).
Widget get widget => builder.build(this);
}
class WidgetBuilder {