Skip to content

Commit 825b014

Browse files
committed
shadow added to floating action button
1 parent a4f1f88 commit 825b014

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/src/mobile_ui/28/page_28.dart

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,14 @@ class _Page28State extends State<Page28> {
423423

424424
color: Color(0xffD0D0D0),
425425
borderRadius: BorderRadius.circular(76.w),
426+
boxShadow: [
427+
BoxShadow(
428+
color: Colors.grey.withOpacity(0.6),
429+
spreadRadius: 3,
430+
blurRadius: 1,
431+
offset: const Offset(0, 0),
432+
),
433+
],
426434
),
427435
child: Center(
428436
child: SvgPicture.asset(

0 commit comments

Comments
 (0)