List<BoxShadow>? get showBoxShadow { return [ BoxShadow( color: Colors.grey.withOpacity(0.4), spreadRadius: 1, blurRadius: 1, offset: Offset(3, 0), ), ]; }