generated from dellevin/template
代码优化2
This commit is contained in:
@@ -104,7 +104,7 @@ class _HomePageState extends State<HomePage> {
|
||||
right: Radius.circular(28)),
|
||||
boxShadow: [
|
||||
BoxShadow(
|
||||
color: Colors.black.withOpacity(0.08),
|
||||
color: Colors.black.withValues(alpha: 0.08),
|
||||
blurRadius: 20,
|
||||
offset: const Offset(0, 4),
|
||||
spreadRadius: 0,
|
||||
|
||||
Reference in New Issue
Block a user