Decorated box

Is like the part of decoration of a container, but only this decoration part

Example:

        DecoratedBox(
          decoration: BoxDecoration(
            color: Colors.white,
            borderRadius:
                BorderRadius.circular(30), //border raiuds of dropdown button
          ),

Last updated