vollausgefüllte kreise im Footer
This commit is contained in:
parent
4e632c740c
commit
ee39d6c944
|
|
@ -1709,13 +1709,13 @@ class Footer extends StatelessWidget {
|
|||
'© 2024 Alle Rechte vorbehalten',
|
||||
style: TextStyle(
|
||||
color: Colors.black,
|
||||
fontSize: 7,
|
||||
fontSize: 8,
|
||||
fontFamily: 'Inter',
|
||||
fontWeight: FontWeight.w400,
|
||||
height: 0,
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 50),
|
||||
const SizedBox(width: 40),
|
||||
SizedBox(
|
||||
height: 20,
|
||||
width: 20,
|
||||
|
|
@ -1789,9 +1789,10 @@ class Footer extends StatelessWidget {
|
|||
),
|
||||
const SizedBox(width: 10),
|
||||
Container(
|
||||
width: 8,
|
||||
height: 8,
|
||||
width: 3,
|
||||
height: 3,
|
||||
decoration: ShapeDecoration(
|
||||
color: Colors.black, // Schwarze Füllfarbe
|
||||
shape: OvalBorder(side: BorderSide(width: 1)),
|
||||
),
|
||||
),
|
||||
|
|
@ -1808,9 +1809,10 @@ class Footer extends StatelessWidget {
|
|||
),
|
||||
const SizedBox(width: 10),
|
||||
Container(
|
||||
width: 8,
|
||||
height: 8,
|
||||
width: 3,
|
||||
height: 3,
|
||||
decoration: ShapeDecoration(
|
||||
color: Colors.black, // Schwarze Füllfarbe
|
||||
shape: OvalBorder(side: BorderSide(width: 1)),
|
||||
),
|
||||
),
|
||||
|
|
@ -1827,9 +1829,10 @@ class Footer extends StatelessWidget {
|
|||
),
|
||||
const SizedBox(width: 10),
|
||||
Container(
|
||||
width: 8,
|
||||
height: 8,
|
||||
width: 3,
|
||||
height: 3,
|
||||
decoration: ShapeDecoration(
|
||||
color: Colors.black, // Schwarze Füllfarbe
|
||||
shape: OvalBorder(side: BorderSide(width: 1)),
|
||||
),
|
||||
),
|
||||
|
|
@ -1861,15 +1864,16 @@ class Footer extends StatelessWidget {
|
|||
),
|
||||
const SizedBox(width: 20),
|
||||
Container(
|
||||
width: 8,
|
||||
height: 8,
|
||||
width: 3,
|
||||
height: 3,
|
||||
decoration: ShapeDecoration(
|
||||
color: Colors.black, // Schwarze Füllfarbe
|
||||
shape: OvalBorder(side: BorderSide(width: 1)),
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 20),
|
||||
Text(
|
||||
'sponsered by: Start up Bavaria',
|
||||
'sponsered by: In4Event',
|
||||
style: TextStyle(
|
||||
color: Colors.black,
|
||||
fontSize: 12,
|
||||
|
|
|
|||
Loading…
Reference in New Issue