List<BoxShadow> plateShadows = [ BoxShadow( blurRadius: 6, spreadRadius: 1, color: Colors.black.withValues(alpha: 0.05), offset: const Offset(2, 2), ), ];