List<BoxShadow> customBoxShadow = [ BoxShadow( color: Colors.grey.withOpacity(0.5), spreadRadius: 1.0, blurRadius: 5.0, offset: const Offset(1.0, 1.0), ) ];