fix: apply dart fix --apply
This commit is contained in:
@@ -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