widgets/decorations/container_box_decoration library

Functions

udContainerBoxDecoration({required BuildContext context, Color? backgroundColor, double? borderRadius, BorderRadius? customBorderRadius, Color? borderColor, double? borderWidth, bool? disableShadow, Color? shadowColor, Offset? shadowOffset, double? shadowBlurRadius, double? shadowSpreadRadius, bool? gradientEnable, Gradient? gradient}) BoxDecoration
Box decoration for container is now more easy with udContainerBoxDecoration. Just check parameters and pass values.