import 'package:flutter/rendering.dart';
class AppShadows {
static const BoxShadow primaryShadow = BoxShadow(
color: Color.fromARGB(38, 27, 27, 29),
offset: Offset(0, 5),
blurRadius: 10,
);
}