Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # BoxShadow <code> Container( padding: EdgeInsets.all(20), decoration: BoxDecoration( borderRadius: BorderRadius.circular(20), color: Colors.white, boxShadow: [ BoxShadow( offset: Offset(0, 4), blurRadius: 30, color: kShadowColor, ) ]), ) </code> {{ https://i.imgur.com/d2csnrp.jpg }} <code> boxShadow: [ BoxShadow( offset: Offset(0, 10), blurRadius: 22, color: kPrimaryColor.withOpacity(0.22), ), BoxShadow( offset: Offset(-15, -15), blurRadius: 20, color: Colors.white, ) ] </code> open/boxshadow.txt Last modified: 2024/10/05 06:15by 127.0.0.1