Skip to content

Commit a4611f4

Browse files
committed
🎨 Update code format.
1 parent 291ca03 commit a4611f4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

lib/src/widget/asset_picker.dart

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,9 @@ class AssetPicker extends StatelessWidget {
618618
style: TextStyle(
619619
color: Colors.white,
620620
fontSize: isAppleOS ? 16.0 : 14.0,
621-
fontWeight:
622-
isAppleOS ? FontWeight.w600 : FontWeight.normal,
621+
fontWeight: isAppleOS
622+
? FontWeight.w600
623+
: FontWeight.normal,
623624
),
624625
)
625626
: const SizedBox.shrink(),
@@ -792,8 +793,10 @@ class AssetPicker extends StatelessWidget {
792793
if (isAppleOS) {
793794
child = ClipRect(
794795
child: BackdropFilter(
795-
filter:
796-
ui.ImageFilter.blur(sigmaX: appleOSBlurRadius, sigmaY: appleOSBlurRadius),
796+
filter: ui.ImageFilter.blur(
797+
sigmaX: appleOSBlurRadius,
798+
sigmaY: appleOSBlurRadius,
799+
),
797800
child: child,
798801
),
799802
);

0 commit comments

Comments
 (0)