style: fix dart formatter

This commit is contained in:
Chen Asraf
2022-08-31 19:03:55 +03:00
parent 2d0d887d3c
commit fbf7c09f07
2 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
{
"cSpell.words": [
"dimens"
]
"cSpell.words": [
"dimens"
],
"dart.lineLength": 80
}

View File

@@ -297,7 +297,8 @@ class IconShadow extends StatelessWidget {
sigmaX: shadowBlurSigma,
sigmaY: shadowBlurSigma,
),
child: IconTheme(data: const IconThemeData(opacity: 0.0), child: icon),
child:
IconTheme(data: const IconThemeData(opacity: 0.0), child: icon),
),
),
];