add auth, format
This commit is contained in:
@@ -41,7 +41,8 @@ class GradientCard extends StatelessWidget {
|
||||
decoration: BoxDecoration(
|
||||
gradient: gradient,
|
||||
borderRadius: BorderRadius.circular(borderRadius),
|
||||
boxShadow: shadows ??
|
||||
boxShadow:
|
||||
shadows ??
|
||||
[
|
||||
BoxShadow(
|
||||
color: Colors.black.withOpacity(0.1 * (elevation / 4)),
|
||||
|
||||
Reference in New Issue
Block a user