fix: apply dart fix --apply
This commit is contained in:
@@ -27,7 +27,7 @@ class Bars extends DemoPage {
|
||||
),
|
||||
),
|
||||
actions: [
|
||||
IconButton(onPressed: () {}, icon: const Icon(Icons.menu))
|
||||
IconButton(onPressed: () {}, icon: const Icon(Icons.menu)),
|
||||
],
|
||||
),
|
||||
const Gap(20),
|
||||
@@ -54,13 +54,13 @@ class Bars extends DemoPage {
|
||||
),
|
||||
ListTile(
|
||||
title: Text('Votre programme'),
|
||||
)
|
||||
),
|
||||
],
|
||||
actions: [
|
||||
IconButton(
|
||||
onPressed: () {},
|
||||
icon: const Icon(Icons.clear),
|
||||
)
|
||||
),
|
||||
],
|
||||
),
|
||||
const Gap(20),
|
||||
@@ -81,7 +81,7 @@ class Bars extends DemoPage {
|
||||
TextWrapper('ACCUEIL'),
|
||||
TextWrapper('VOTRE PROGRAMME'),
|
||||
TextWrapper('LE STUDIO'),
|
||||
TextWrapper('SAVOIR FAIRE')
|
||||
TextWrapper('SAVOIR FAIRE'),
|
||||
],
|
||||
),
|
||||
],
|
||||
|
||||
@@ -50,7 +50,7 @@ class Buttons extends DemoPage {
|
||||
Gap(20),
|
||||
SimpleIconButtons(),
|
||||
Gap(20),
|
||||
FileSelectionButtons()
|
||||
FileSelectionButtons(),
|
||||
],
|
||||
),
|
||||
],
|
||||
|
||||
@@ -43,12 +43,12 @@ class PortfolioCards extends StatelessWidget {
|
||||
'assets/images/mockup_1.png',
|
||||
alignment: Alignment.topCenter,
|
||||
fit: BoxFit.cover,
|
||||
)
|
||||
),
|
||||
],
|
||||
keywords: const [
|
||||
TextWrapper('UI Design'),
|
||||
TextWrapper('Developpement'),
|
||||
TextWrapper('Deploiement')
|
||||
TextWrapper('Deploiement'),
|
||||
],
|
||||
),
|
||||
const Gap(20),
|
||||
@@ -78,9 +78,9 @@ class PortfolioCards extends StatelessWidget {
|
||||
'assets/images/mockup_1.png',
|
||||
alignment: Alignment.topCenter,
|
||||
fit: BoxFit.cover,
|
||||
)
|
||||
),
|
||||
],
|
||||
)
|
||||
),
|
||||
],
|
||||
),
|
||||
const Gap(20),
|
||||
@@ -118,12 +118,12 @@ class PortfolioCards extends StatelessWidget {
|
||||
'assets/images/mockup_1.png',
|
||||
alignment: Alignment.topCenter,
|
||||
fit: BoxFit.cover,
|
||||
)
|
||||
),
|
||||
],
|
||||
keywords: const [
|
||||
TextWrapper('UI Design'),
|
||||
TextWrapper('Developpement'),
|
||||
TextWrapper('Deploiement')
|
||||
TextWrapper('Deploiement'),
|
||||
],
|
||||
),
|
||||
const Gap(20),
|
||||
@@ -168,12 +168,12 @@ class PortfolioCards extends StatelessWidget {
|
||||
'assets/images/mockup_1.png',
|
||||
alignment: Alignment.topCenter,
|
||||
fit: BoxFit.cover,
|
||||
)
|
||||
),
|
||||
],
|
||||
keywords: const [
|
||||
TextWrapper('UI Design'),
|
||||
TextWrapper('Developpement'),
|
||||
TextWrapper('Deploiement')
|
||||
TextWrapper('Deploiement'),
|
||||
],
|
||||
),
|
||||
],
|
||||
|
||||
@@ -47,7 +47,7 @@ class SkillCards extends StatelessWidget {
|
||||
gradientColors:
|
||||
const MultiColor([Colors.red, Colors.orange]),
|
||||
),
|
||||
)
|
||||
),
|
||||
],
|
||||
bulletColors: const MultiColor([Colors.red, Colors.orange]),
|
||||
title: const TextWrapper('Lorem Ipsum'),
|
||||
@@ -78,7 +78,7 @@ class SkillCards extends StatelessWidget {
|
||||
gradientColors:
|
||||
const MultiColor([Colors.blue, Colors.green]),
|
||||
),
|
||||
)
|
||||
),
|
||||
],
|
||||
bulletColors: const MultiColor([Colors.blue, Colors.green]),
|
||||
title: const TextWrapper('Lorem Ipsum'),
|
||||
|
||||
Reference in New Issue
Block a user