Answers for "add shadowto container"

CSS
0

add shadowto container

boxShadow: [
      BoxShadow(
        color: Colors.grey.withOpacity(0.5),
        spreadRadius: 5,
        blurRadius: 7,
        offset: Offset(0, 3), // changes position of shadow
      ),
    ],
Posted by: Guest on January-14-2022

Code answers related to "add shadowto container"

Browse Popular Code Answers by Language