static final List<BoxShadow> softShadow = <BoxShadow>[ const BoxShadow( color: Color.fromRGBO(100, 100, 111, 0.2), offset: Offset(20, 7), blurRadius: 50, ), ];