static final List<BoxShadow> transparentShadow = <BoxShadow>[ const BoxShadow( color: Color.fromRGBO(255, 255, 255, 0.2), offset: Offset(0, 8), blurRadius: 24, ), ];