Browse Source

margin top

table
Stephane 4 months ago
parent
commit
39d0b7103e
  1. 1
      lib/pages/tables.dart

1
lib/pages/tables.dart

@ -251,6 +251,7 @@ class _TablesScreenState extends State<TablesScreen> {
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: [ children: [
SizedBox(height: 30),
const Text( const Text(
'Sélectionner une table', 'Sélectionner une table',
style: TextStyle( style: TextStyle(

Loading…
Cancel
Save