update order detail
This commit is contained in:
@@ -45,7 +45,7 @@ class GradientCard extends StatelessWidget {
|
||||
shadows ??
|
||||
[
|
||||
BoxShadow(
|
||||
color: Colors.black.withOpacity(0.1 * (elevation / 4)),
|
||||
color: Colors.black.withValues(alpha: 0.1 * (elevation / 4)),
|
||||
blurRadius: elevation,
|
||||
offset: Offset(0, elevation / 2),
|
||||
),
|
||||
@@ -243,9 +243,9 @@ class _ShimmerGradientCardState extends State<ShimmerGradientCard>
|
||||
begin: Alignment.topLeft,
|
||||
end: Alignment.bottomRight,
|
||||
colors: [
|
||||
Colors.white.withOpacity(0.1),
|
||||
Colors.white.withOpacity(0.3),
|
||||
Colors.white.withOpacity(0.1),
|
||||
Colors.white.withValues(alpha: 0.1),
|
||||
Colors.white.withValues(alpha: 0.3),
|
||||
Colors.white.withValues(alpha: 0.1),
|
||||
],
|
||||
stops: [
|
||||
_controller.value - 0.3,
|
||||
|
||||
Reference in New Issue
Block a user