1
0
Fork 0

Add step2

This commit is contained in:
Florian RICHER (MrDev023) 2022-03-30 22:39:49 +02:00
parent ef58387144
commit 155d97c9df
7 changed files with 266 additions and 4 deletions

View file

@ -1,6 +1,5 @@
import 'package:desktopapp/widgets/components/link.dart';
import 'package:flutter/material.dart';
import 'package:url_launcher/url_launcher.dart';
class Step1 extends StatelessWidget {
const Step1({Key? key}) : super(key: key);
@ -61,8 +60,6 @@ class Step1 extends StatelessWidget {
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: [
// TextButton(
// onPressed: () {}, child: const Text('Étape précédente')),
TextButton(onPressed: () {}, child: const Text('Étape suivante'))
],
),