generated from dellevin/template
代码优化2
This commit is contained in:
@@ -89,7 +89,7 @@ class _BookSharePageState extends State<BookSharePage> {
|
||||
borderRadius: BorderRadius.circular(16),
|
||||
boxShadow: [
|
||||
BoxShadow(
|
||||
color: Colors.black.withOpacity(0.1),
|
||||
color: Colors.black.withValues(alpha: 0.1),
|
||||
blurRadius: 20,
|
||||
offset: const Offset(0, 10),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user