mirror of
https://github.com/chenasraf/flutter_icon_shadow.git
synced 2026-05-18 01:48:58 +00:00
style: fix dart formatter
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"dimens"
|
||||
]
|
||||
"cSpell.words": [
|
||||
"dimens"
|
||||
],
|
||||
"dart.lineLength": 80
|
||||
}
|
||||
|
||||
@@ -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),
|
||||
),
|
||||
),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user