static const List<BoxShadow> primaryButtonShadow = [ BoxShadow( color: Color(0x1A000000), // 10% black offset: Offset(20, 30), blurRadius: 40, spreadRadius: 0, ), ];