Commit 3b2c642c authored by Lila NICKLER's avatar Lila NICKLER

Exercice 3

parent 92e27496
This diff is collapsed.
...@@ -34,7 +34,7 @@ class _MyHomePageState extends State<MyHomePage> { ...@@ -34,7 +34,7 @@ class _MyHomePageState extends State<MyHomePage> {
@override @override
//static Exercice1 exo1 = new Exercice1(); //static Exercice1 exo1 = new Exercice1();
static Exercice2 exo2 = new Exercice2(); static Exercice3 exo3 = new Exercice3();
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Scaffold( return Scaffold(
...@@ -46,7 +46,7 @@ class _MyHomePageState extends State<MyHomePage> { ...@@ -46,7 +46,7 @@ class _MyHomePageState extends State<MyHomePage> {
child: Column( child: Column(
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[ children: <Widget>[
Expanded(child: exo2) Expanded(child: exo3)
], ],
), ),
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment